--- layout: documentation title: Malloy Documentation footer: /generated/footers/examples/iowa/step6.html ---
Putting it all together we can write a dashboard
query: vendor_dashboard is { group_by: vendor_count is count(distinct vendor_number) aggregate: [ total_sale_dollars total_bottles ] nest: [ by_month by_class by_vendor_bar_chart top_sellers_by_revenue most_expensive_products by_vendor_dashboard is { top: 10 group_by: vendor_name aggregate: total_sale_dollars nest: [ by_month, top_sellers_by_revenue, most_expensive_products ] } ] }
Simply add some filters. Notice the sub-dashboard for each of the Vendors.
query: iowa { where: category_class = 'VODKAS' } -> vendor_dashboard[ { "vendor_count": 248, "total_sale_dollars": 755495862.3701241, "total_bottles": 70447619, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 610057.16 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 802949.41 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 935417.8000000005 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 988698.7400000005 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 938111.7300000002 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 902035.6900000005 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 896318.0400000003 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 980946.7700000005 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 893080.9900000006 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 976248.3900000005 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 1018939.0200000006 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 1007704.9700000007 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 955948.0500000007 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 1152349.6600000006 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 1139967.6000000006 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 1035155.4400000004 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 1067074.1300000004 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 1087894.9100000004 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 1101532.0000000005 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 1096981.2900000005 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 1386355.59 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 863731.4900000002 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 1236165.59 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 1296151.4000000004 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 1182540.4999999998 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 1613062.2999999998 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 1173113.4700000002 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 1132063.4000000004 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 1238239.71 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 1072884.2100000004 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 1214136.0600000003 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 1272308.5300000003 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 1187809.7600000002 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 1141115.1600000004 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 1580034.55 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 968773.63 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 1244709.0400000003 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 990731.3400000002 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 995239.1300000001 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 1577376.0799999996 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 1541959.3999999992 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 1682916.7899999989 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 1642773.7099999993 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 936511.5499999998 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 965583.9800000004 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 1338893.68 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 417664.5699999999 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 1055019.3600000006 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 975292.25 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 1213524.68 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 1460909.3599999996 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 1150477.7600000007 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 720803.4999999997 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 949135.38 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 957667.9899999998 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 967562.5400000002 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 966908.6100000001 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 975876.4100000004 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 1009914.9500000004 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 911923.5300000004 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 1022277.8000000002 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 992121.5200000007 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 1037159.8800000006 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 977889.1300000005 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 990155.8400000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 1253060.6700000004 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 1394217.5799999998 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 1065129.9800000004 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 1096815.3400000003 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 1128926.2100000004 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 1208798.7300000007 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 1087199.6000000006 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 1303872.660000001 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 1352285.6500000001 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 1175720.1400000008 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 1712168.53 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 545374.7299999997 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 1576071.4400000009 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 1169665.560000001 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 1239827.1 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 1153773.0000000007 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 1142628.430000001 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 1254123.700000001 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 1315882.1600000001 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 1371907.6700000004 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 1191809.2600000005 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 1402540.71 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 1237366.1800000006 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 1083311.3900000006 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 1042117.3300000001 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 1013189.3100000006 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 2028703.7199999997 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 1676905.5800000008 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 1136790.2800000003 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 1106208.1 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 1146542.7100000004 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 998563.4299999998 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 1107259.6199999994 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 1405018.2199999995 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 518166.01000000007 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 1239698.5600000005 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 1212513.3699999996 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 1527089.7800000005 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 1067739.9400000002 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 526297.15 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 1251375.2000000007 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 942026.23 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 1087819.1999999997 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 1445513.2200000002 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 1213523.07 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 1191991.29 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 927626.4500000003 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 1074151.1700000004 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 1019538.5900000001 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 1036685.6800000002 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 1011984.86 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 875695.9399999998 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 1244725.11 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 1352006.2100000007 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 1110146.92 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 1104121.7200000002 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 1226494.12 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 1166765.29 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 1149195.9800000002 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 1508238.0600000003 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 901800.9899999999 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 1369870.4500000004 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 1454289.2100000007 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 1163061.1999999997 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 2051090.6100000003 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 865895.8400000002 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 1359086.97 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 1262399.5899999999 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 1184391.4700000002 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 1239043.8900000004 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 1488405.0999999999 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 1292664.7099999995 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 1230935.95 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 1694207.6499999994 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 1048507.6399999997 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 1476388.4999999995 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 1213143.8499999999 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 1179902.15 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 1331878.2899999993 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 1336439.5599999996 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 1349867.2699999996 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 1292715.1900000002 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 1432844.6899999995 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 1363555.2699999996 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 857249.2399999999 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 1655662.9500000002 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 482052.81000000006 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 1399071.1800000002 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 1323951.3399999999 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 1758627.2399999993 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 1167258.8799999992 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 756642.4499999998 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 1292448.4299999997 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 1292708.2199999995 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 863319.9799999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 1208448.2299999993 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 1169120.0099999998 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 1144309.1199999996 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 1013778.5999999999 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 1063103.6099999996 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 1219161.5399999996 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 1144696.4999999995 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 1313354.9900000002 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 1060562.3299999994 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 1295328.6999999997 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 1196430.9599999995 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 1122482.1299999997 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 1162482.9399999997 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 1347745.1899999997 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 1313068.96 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 1295413.4799999997 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 1793576.3899999997 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 911542.0899999997 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 1476390.0999999999 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 1324446.6099999999 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 1624455.0699999996 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 1987289.699999999 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 1054528.4 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 1453785.17 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 1381683.9399999995 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 1194959.2799999996 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 1507955.4299999988 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 1487950.91 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 1230594.2499999998 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 1406911.0199999996 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 1512424.3099999994 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 1673350.3299999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 1046464.9599999994 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 1415272.1399999994 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 1218042.0699999996 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 1594973.1699999997 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 1270651.16 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 1293008.4899999995 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 1448370.7599999995 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 1307155.43 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 1277339.3499999992 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 1231909.6099999994 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 1918186.1199999987 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 505113.83000000013 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 1557857.3500000006 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 1467794.1199999999 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 1688396.1399999994 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 1375562.7699999996 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 991293.6699999997 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 1291819.1699999997 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 1288662.2299999997 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 740649.2 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 1414912.11 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 1241257.3899999997 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 1148984.69 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 1203093.9399999995 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 1121430.3399999994 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 1157817.1399999997 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 1291148.54 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 1227460.39 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 1193828.21 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 1127600.2299999997 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 1411067.0199999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 1300264.7699999998 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 1277326.9699999995 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 1386570.7 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 1475407.0499999996 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 1406213.4499999997 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 1403961.549999999 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 1839081.7299999993 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 1059689.5699999996 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 1816493.0299999996 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 1560479.9899999998 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 1658252.7199999995 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 2141222.929999999 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 1114114.2599999995 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 1787180.0399999996 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 1281003.7099999995 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 1598790.7000000002 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 1555833.8699999996 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 1720587.7499999993 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 1419790.3 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 1434895.8599999996 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 1456776.7600000002 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 1238226.3800000001 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 1740826.269999999 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 1348225.3699999999 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 1336487.64 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 1548858.049999999 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1350933.9799999995 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1388124.67 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 1466326.9099999992 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1497900.9599999993 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 1464042.68 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1557808.6399999992 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 878565.0599999999 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1559568.2699999998 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 1488349.9099999995 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 1483935.7799999993 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 1851718.779999999 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1477186.5899999992 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 937240.3699999998 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 1155371.89 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1082666.1599999997 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 1126024.5999999994 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1279726.1199999992 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 1794573.3199999998 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1431449.1299999992 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1260699.8499999994 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 1273477.9099999997 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1427848.0799999996 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 1281579.3099999998 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 1192366.6499999994 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 1265999.5999999999 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 1443393.5099999995 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 1557445.7699999998 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 1234890.4599999995 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 1403131.9599999997 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 1412970.4899999993 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 1530933.2099999995 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 1538202.3399999996 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 1661034.7099999997 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 1246314.0200000003 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 1946892.5799999994 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 1887445.2199999993 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 1544239.9499999995 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 2001794.2200000002 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 1540688.2599999995 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 1575162.8699999999 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 1672802.4299999992 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 1671154.45 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 1557519.5299999993 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 1554437.1399999992 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 1710446.0799999996 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 1489796.3899999994 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 1918755.7699999998 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 1538710.8199999994 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 2098250.55 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 1406450.0899999999 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 1433475.01 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 1619535.4799999997 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 1540854.9699999997 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 1450473.8299999996 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 1661436.6599999997 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 1362506.6699999997 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 1601010.3499999996 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 1506249.2499999995 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 786168.28 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 1775279.9999999998 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 1762823.4199999995 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 1560693.09 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 1928616.6699999997 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 1285878.2899999996 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 855750.0899999999 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 1345639.8599999992 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 1184391.0099999995 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1253733.4599999995 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1311942.6599999992 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1573640.0399999993 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 1173373.0599999994 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 1234199.4099999997 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 1412634.3499999996 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1575281.1599999995 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1287884.19 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 1286710.529999999 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 1386264.5099999995 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 1572629.0599999991 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1531975.949999999 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1388023.0499999996 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 1539217.5699999996 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 1657541.419999999 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 1646760.7099999995 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1544992.0799999996 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1996714.7299999993 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1408580.2099999995 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 1942108.06 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 1715222.39 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 1612151.7600000005 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 2358493.8699999982 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 1240801.1299999994 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 1888665.8799999997 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 1739336.919999999 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 1924859.3299999991 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 1924568.749999999 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 1638248.9299999997 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 1635757.2899999989 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 1598749.269999999 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 2009566.539999999 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 1642087.1399999997 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 1947456.9399999997 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 1480072.94 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 1485256.5799999998 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 1669819.4199999992 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 1568478.7399999998 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 1522803.67 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 1600438.3199999998 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 1349538.5599999994 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 1686886.7699999998 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1794088.489999999 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 993592.8799999995 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 2065629.3599999994 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 1871408.9899999988 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1781622.2099999997 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2127304.709999999 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1444766.4299999997 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1240514.0699999998 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1396530.4699999993 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 1229163.2100000002 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 1230462.4199999997 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 1314316.9299999992 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 1464067.6099999999 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1325781.8699999994 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1334718.719999999 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 1410933.1499999992 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 1553551.53 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 1260367.4699999993 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 1233597.7899999996 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 1233620.7399999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 1454370.44 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 1355612.9999999995 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 1379327.6599999997 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 1624580.8099999998 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 1651608.3899999997 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 1749864.4399999992 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 1914397.8999999994 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 1791550.4099999997 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 1799083.2299999993 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 1915570.93 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 1937157.0799999996 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 1723517.9499999997 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 2447424.1499999994 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 1672593.7999999996 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 1616541.2899999996 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 1663785.61 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 1548257.62 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 2000180.88 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 1693890.2399999988 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 1613079.1099999996 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 1645313.8999999994 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 2166565.2599999993 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 1795315.329999999 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 1667229.39 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 1390611.0699999996 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 1799756.9299999988 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 1592402.8599999996 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 1702401.4399999992 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 1793887.7399999988 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 1499730.3999999994 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 1625311.8199999991 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 1562676.029999999 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 1697867.2599999995 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 1568520.6599999997 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 1391569.5999999994 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 1402811.4099999995 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 1565668.6399999994 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 1714977.9899999998 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 1580677.1499999992 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 1260577.2299999988 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 1332598.1499999992 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 1164794.7999999996 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 1370637.8999999997 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 1330522.0299999993 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 1494300.1299999997 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 1368096.9899999995 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 1448239.1899999997 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 1564013.1800000002 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 1546500.9199999997 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 1470475.38 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 1766446.5900000003 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 1678451.4999999998 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 1400781.7899999996 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 1978893.2500000005 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 1658954.55 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 1626472.03 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 1642681.8 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 1777133.0399999998 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 1802805.9500000002 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 1718192.3500000003 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 1793644.3700000003 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 1715798.4100000004 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 1712610.6900000002 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 1905071.3399999999 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 2167119.3 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 2031548.5899999994 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 1779654.6099999999 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 1607447.6699999995 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 1656557.33 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 1776925.79 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 2151951.39 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 1687304.41 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 1999769.4300000002 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 2080794.0499999998 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 1927994.3200000005 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 1718718.5099999998 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 2076145.7499999993 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 2423590.3799999994 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 2030624.3699999996 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 2275629.6300000004 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 1644127.9400000002 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 1425573.7499999998 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 1536641.2400000002 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 1560800.9799999995 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 1377425.6799999997 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 2060206.8400000003 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 1219386.03 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 1415796.9100000004 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 1648787.6999999995 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 1816392.709999999 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 1665695.2899999993 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 1310386.5699999994 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 1561041.299999999 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 1430170.2499999995 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 1494548.5899999994 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 1558670.15 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 1718887.12 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 1474008.4899999995 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 1404477.4299999997 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 1620603.5399999993 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 1447442.9299999992 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 1704307.4599999993 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 1639430.939999999 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 1714086.2399999998 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 1559090.8499999996 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 1747582.5399999996 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 1592654.3399999992 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 1872548.0699999991 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 1647991.7899999998 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 2026971.8499999992 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 1668351.2399999995 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 1861867.8199999996 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 1856951.4399999995 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 1784185.3699999996 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 1743445.929999999 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 2056084.1199999994 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 2064708.4099999997 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 2184168.7299999995 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 2249285.07 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 1606891.8399999999 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 1863310.389999999 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 1673253.3799999997 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 2035353.9599999993 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 1764781.029999999 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 2043449.1199999992 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 2426325.279999999 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 1934234.2099999993 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 1731254.5799999994 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 1791020.6199999996 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 1562025.0499999993 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 1738698.0699999991 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 1979267.4299999992 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 2062561.5399999996 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 1638465.0799999994 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 1581717.3999999992 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 1781000.9899999993 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 2072179.9599999995 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 2542559.439999999 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 1543809.7299999993 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 1465260.0599999994 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 1892868.4099999997 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 1663272.7299999997 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 1721108.2099999997 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 1521435.2399999998 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 1833174.9599999995 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 1341562.49 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 1284237.4699999993 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 1305259.0100000002 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 181771.81 } ], "by_class": [ { "category_class": "VODKAS", "total_sale_dollars": 755495862.3701241, "item_count": 1925 } ], "by_vendor_bar_chart": [ { "vendor_name": "FIFTH GENERATION INC", "total_sale_dollars": 109619643.86000267, "total_bottles": 5819791 }, { "vendor_name": "Diageo Americas", "total_sale_dollars": 100830656.26999788, "total_bottles": 7277515 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "total_sale_dollars": 58518311.699993454, "total_bottles": 3175023 }, { "vendor_name": "Phillips Beverage Company", "total_sale_dollars": 49450874.7899967, "total_bottles": 4907490 }, { "vendor_name": "Luxco-St Louis", "total_sale_dollars": 48777247.580003366, "total_bottles": 6908155 }, { "vendor_name": "Bacardi U.S.A., Inc.", "total_sale_dollars": 33377101.73999989, "total_bottles": 1445585 }, { "vendor_name": "E & J Gallo Winery", "total_sale_dollars": 32856079.430000078, "total_bottles": 3858027 }, { "vendor_name": "DIAGEO AMERICAS", "total_sale_dollars": 31119466.590001803, "total_bottles": 2251821 }, { "vendor_name": "Sazerac North America", "total_sale_dollars": 29172411.00000132, "total_bottles": 4075693 }, { "vendor_name": "Laird And Company", "total_sale_dollars": 25775471.109998513, "total_bottles": 4430370 } ], "top_sellers_by_revenue": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000332, "total_bottles": 5411147, "avg_price_per_100ml": 1.8960354871108138 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka", "total_sale_dollars": 42195474.73000189, "total_bottles": 6074111, "avg_price_per_100ml": 0.6550692054650458 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80 Prf", "total_sale_dollars": 30755524.139999326, "total_bottles": 1538497, "avg_price_per_100ml": 2.209161023991875 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka", "total_sale_dollars": 26177382.03999998, "total_bottles": 1119844, "avg_price_per_100ml": 3.5148016139297455 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.479999132, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897889 } ], "most_expensive_products": [ { "vendor_name": "AMERICAN SPIRITS EXCHANGE", "item_description": "E.T.51 Premium Vodka Mini", "total_sale_dollars": 11481.119999999999, "total_bottles": 67, "avg_price_per_100ml": 342.72 }, { "vendor_name": "AMERICAN SPIRITS EXCHANGE", "item_description": "E.T. 51 Premium Vodka Mini", "total_sale_dollars": 7197.12, "total_bottles": 42, "avg_price_per_100ml": 342.72 }, { "vendor_name": "Heaven Hill Brands", "item_description": "Deep Eddy Vodka Mini", "total_sale_dollars": 151.2, "total_bottles": 2, "avg_price_per_100ml": 151.2 }, { "vendor_name": "SAZERAC COMPANY INC", "item_description": "Platinum 7X Vodka Candy Cane", "total_sale_dollars": 3645, "total_bottles": 81, "avg_price_per_100ml": 90 }, { "vendor_name": "Hawaii Sea Spirits LLC", "item_description": "Ocean Organic Vodka Mini", "total_sale_dollars": 135, "total_bottles": 3, "avg_price_per_100ml": 90 }, { "vendor_name": "Foundry Distilling Company, LLC", "item_description": "Okoboji Vodka Mini", "total_sale_dollars": 495, "total_bottles": 11, "avg_price_per_100ml": 90 }, { "vendor_name": "JDSO INC / Red Boot Distillery", "item_description": "Blue Ox Vodka Mini", "total_sale_dollars": 35010, "total_bottles": 778, "avg_price_per_100ml": 90 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc Summer Colada Mini", "total_sale_dollars": 156.48, "total_bottles": 2, "avg_price_per_100ml": 78.24 }, { "vendor_name": "Diageo Americas", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3249.4500000000007, "total_bottles": 83, "avg_price_per_100ml": 71.55415384615384 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3601.8000000000015, "total_bottles": 94, "avg_price_per_100ml": 66.36857142857141 } ], "by_vendor_dashboard": [ { "vendor_name": "FIFTH GENERATION INC", "total_sale_dollars": 109619643.86000268, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 3622.73 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 1759.0299999999997 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 916.41 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 1598.33 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 13299.220000000005 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 6087.670000000002 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 3972.74 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 5184.500000000001 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 5263.08 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 4167.85 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 4948.56 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 4993.5700000000015 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 4414.01 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 5463.22 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 12434.350000000006 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 6094.160000000001 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 349.99 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 8060.4400000000005 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 8662.250000000002 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 8828.320000000002 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 11601.669999999998 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 5448.730000000001 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 6801.230000000001 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 12184.990000000002 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 11859.37 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 8345.130000000001 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 10447.84 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 8468.790000000003 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 15275.390000000003 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 9291.800000000001 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 10074.000000000002 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 4789.139999999999 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 21550.720000000005 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 6029.640000000002 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 1609.2 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 15638.370000000006 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 21765.090000000007 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 11322.890000000005 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 11190.540000000003 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 13350.340000000004 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 12070.750000000004 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 29040.590000000004 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 13611.420000000002 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 8717.31 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 12047.47 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 20901.79 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 2337.72 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 12167.190000000004 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 8290.449999999999 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 12471.060000000003 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 19628.670000000006 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 21014.540000000005 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 6990.510000000001 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 13208.37 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 6553.740000000002 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 9674.900000000003 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 7868.02 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 13852.510000000002 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 10024.280000000004 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 9848.840000000002 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 9578.050000000001 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 8978.92 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 11343.630000000001 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 10038.730000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 22702.120000000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 17117.79 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 14004.840000000004 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 12136.189999999999 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 12442.000000000002 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 16591.370000000003 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 26541.670000000006 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 11820.89 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 17188.9 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 19697.020000000004 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 19914.73 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 26593.77999999999 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 7295.130000000001 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 34153.9 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 22290.299999999996 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 29104.19 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 26863.570000000007 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 24489.360000000004 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 29719.12 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 36119.42 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 24783.689999999995 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 17669.630000000005 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 22504.760000000002 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 31324.76 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 34332.200000000004 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 27988.120000000006 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 34978.62000000001 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 35924.25000000001 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 21041.300000000003 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 24448.190000000002 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 17104.559999999998 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 20197.11 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 30576.520000000004 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 26725.519999999993 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 40069.44000000001 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 17065.800000000003 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 22517.14 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 37681.840000000004 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 35852.61999999999 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 29817.12000000001 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 11341.380000000001 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 80034.95999999999 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 21943.64 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 22948.66 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 106728.27999999998 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 50491.72 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 19185.000000000004 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 40700.41 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 25657.25 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 21989.789999999997 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 34158.669999999984 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 24188.519999999997 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 22057.379999999997 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 32232.40000000001 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 41767.87 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 36395.7 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 24815.210000000003 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 35082.880000000005 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 41896.799999999996 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 29137.35 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 38182.48 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 22131.03000000001 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 51417.969999999994 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 46226.97999999999 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 33827.490000000005 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 73068.39 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 35264.1 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 77750.52 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 39884.27000000001 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 36385.740000000005 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 51799.240000000005 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 38671.99 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 45581.09 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 35276.33 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 50065.000000000015 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 59156.310000000005 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 73787.19999999998 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 56059.16999999999 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 31909.869999999995 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 49395.24999999999 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 41498.929999999986 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 47614.31 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 49523.72000000001 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 59494.830000000016 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 49519.51 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 30376.530000000006 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 64872.55000000001 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 16570.22 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 71436.98 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 39736.630000000005 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 71394.55 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 64008.53999999999 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 34312.64 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 56510.280000000006 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 49061.03000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 58401.72 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 49161.62 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 97903.23000000001 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 50371.230000000025 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 39561.179999999986 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 38943.079999999994 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 37950.259999999995 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 72984.09000000001 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 47798.92000000001 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 58584.520000000004 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 56694.36000000001 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 80418.55000000002 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 34427.31 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 46613.09999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 69474.81999999999 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 84215.23 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 74770.70999999999 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 97438.71 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 47348.439999999995 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 87727.85999999999 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 80448.23000000001 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 91578.42000000001 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 87946.86999999998 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 58888.59 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 102026.74999999997 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 104404.44 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 58473.939999999995 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 95092.70999999996 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 65669.79 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 60474.39999999999 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 84024.01999999996 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 102036.77 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 88313.45000000001 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 124410.96000000002 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 81588.81000000001 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 33736.96 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 163644.31 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 19643.88 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 19817.879999999994 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 196218.47000000003 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 68045.34999999999 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 81782.70000000001 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 109423.81000000001 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 87111.84 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 30320.84 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 114854.68000000002 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 123975 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 135709.86000000002 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 78400.68 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 70712.96 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 80890.48000000003 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 93546.29000000002 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 47578.840000000004 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 115429.47999999997 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 112756.46999999997 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 82968.23000000001 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 95338.80000000002 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 74390.84000000003 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 74815.21 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 81838.92 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 77393.97 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 73388.67 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64586.20999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 153176.02000000002 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 124585.25000000001 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 102778.23999999999 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 91431.69999999998 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 95616.66999999998 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 120420.03 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 104512.43000000001 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 167123.96 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 113773.56999999999 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 219945.68000000005 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 160817.63000000003 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 132732.16 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 171181.68 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 139991.13000000003 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 192551.48999999996 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 132231.27 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 186251.82999999993 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 109065.42000000001 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 120164.64000000001 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 132322.77000000005 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 137768.36000000002 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 194251.39999999997 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 217452.43000000002 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 236367.52000000008 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 166984.58000000002 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 214934.93000000005 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 89620.47 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 99586.33999999998 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 127869.92000000001 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 105883.35999999999 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 150090.00000000003 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 152488.1 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 167136.36 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 84107.86999999998 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 192848.77 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 103509.22000000003 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 136825.46 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 141472.49000000005 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 151173.01000000007 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 107462.32 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 110892.06 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 107346.06 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 64925.09000000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 239712.99999999997 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 534698.3800000002 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 189998.81 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 183873.75999999998 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 125301.34000000001 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 110897.74000000002 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 99296.46999999999 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 99851.20000000003 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 100757.53999999998 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 201192.55 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 226669.77000000002 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 147368.15999999997 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 170572.31 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 126204.25000000006 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 161646.06 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 211414.44000000003 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 173826.59 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 171537.02000000002 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 327095.52000000025 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 282327.69 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 152235.1 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 309457.29 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 241247.46 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 152103.24999999997 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 321849.48000000004 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 315180.5700000001 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 204524.59999999995 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 195098.84999999995 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 184212.79000000004 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 197359.49 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 279620.69000000006 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 273876.2800000001 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 396082.5900000001 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 278294.24000000005 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 292405.52 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 139900.93 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 155519.82999999996 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 177650.05 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 184054.77 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 282315.53 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 293834.5800000001 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 267542.79000000004 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 132380.97999999998 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 509334.10999999987 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 185603.47000000006 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 146903.14000000004 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 249814.15 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 164112.46000000005 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 121446.00000000003 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 211458.86999999997 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 164439.58000000002 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 196585.69999999995 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 282284.86 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 319682.68 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 178727.86000000002 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 146038.39000000004 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 310034.8399999999 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 176696.39 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 159571.69 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 178215.16000000003 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 154964.31000000003 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 392651.6100000001 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 256003.33000000002 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 258629.02000000005 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 319677.0000000001 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 272718.22000000003 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 224511.26 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 248257.93999999997 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 374632.9300000001 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 231912.72000000003 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 462075.44 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 242999.50999999998 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 387296.5600000001 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 437434.24000000005 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 322723.11999999994 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 458097.33 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 294911.05999999994 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 499831.9 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 385946.1900000001 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 245530.25000000006 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 270903.2100000001 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 246162.27000000008 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 339881.8899999999 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 357720.66 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 357522.2400000001 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 267830.24999999994 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 431637.4999999999 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 240476.05 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 218262.42 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 225524.84000000003 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 251832.04000000007 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 254565.87999999998 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 401295.64 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 447837.2000000001 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 171664.28000000003 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 586642.2200000002 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 191100.08000000002 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 252339.96 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 313074.01000000007 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 248614.67 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 273623.76999999996 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 253460.77999999997 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 217828.09 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 191949.95 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 270533.11 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 310408.13 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 274738.2100000001 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 246687.49000000005 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 316445.49000000005 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 275645.46 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 250177.95000000007 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 239383.80000000005 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 228989.1 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 283467.77 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 292520.76 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 324636.82999999996 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 431267.42000000004 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 340177.83999999997 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 374416.42999999993 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 402882.38000000006 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 373904.30999999994 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 363843.94 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 432977.11000000004 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 423992.16000000015 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 349238.7300000001 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 610410.9800000001 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 347310.4900000001 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 310343.0300000001 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 341916.2700000001 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 390708.7300000001 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 603399.9600000001 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 477755.18000000017 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 405717.05000000016 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 348158.0800000001 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 507989.24000000005 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 329040.1200000001 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 299278.5200000001 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 315570.8399999999 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 423795.54999999993 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 293379.1399999999 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 317597.4800000001 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 361312.5100000001 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 269301.30000000005 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 328309.81000000006 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 354381.75000000006 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 535131.2200000002 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 331882.75000000006 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 275215.63 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 288165.5600000002 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 328821.2900000001 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 394831.11000000016 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 407958.11000000004 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 270466.42999999993 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 278447.5300000001 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 240521.4100000001 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 332381.7800000001 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 291686.52 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 407718.2700000001 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 322037.81000000006 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 408217.3400000001 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 419336.63 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 306954.04000000004 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 312799.13 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 403380.2799999999 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 322953.75 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 279775.35000000003 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 601817.5999999999 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 318202.47 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 342771.9599999999 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 343486.73000000004 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 573106.2200000001 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 520582.8400000001 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 415876.36000000016 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 528224.8700000001 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 326341.97000000003 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 435539.63000000006 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 594673.7100000001 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 628956.5000000002 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 580878.7400000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 381741.28999999986 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 347782.48000000004 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 374135.04000000004 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 487223.72000000003 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 814673.0400000003 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 476564.23 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 502197.2599999999 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 700935.91 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 487966.41000000015 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 394918.71 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 692011.3999999999 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 1057360.76 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 479528.98000000004 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 1032597.8200000001 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 359408.1600000001 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 283111.69999999995 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 413884.50999999995 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 323623.2 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 253425.38 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 908536.0100000001 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 228336.78000000003 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 260715.46 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 297915.93999999994 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 409277.1600000001 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 407353.8300000001 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 318935.58999999997 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 395235.37999999995 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 304543.6099999999 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 333025.16000000003 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 353291.2300000001 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 501186.6299999999 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 374531.1700000001 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 336111.25 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 460818.93999999994 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 339669.69 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 424218.09 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 388670.66 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 368995.7599999999 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 363324.15000000014 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 428857.98000000004 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 385498.1500000001 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 628556.7000000003 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 420052.73 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 715173.9500000001 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 474222.61000000004 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 592457.1500000003 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 529982.3300000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 517075.17999999993 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 460784.86000000004 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 712960.45 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 634445.4400000001 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 637790.9800000001 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 711829.51 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 411437.87 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 429693.47000000003 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 443000.6699999999 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 757821.48 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 568790.31 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 766946.7 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 1033341.8800000004 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 582175.53 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 399941.82000000007 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 398733.85 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 343994.22 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 362752.7299999999 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 670952.78 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 820969.1799999999 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 382308.2 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 336627.05 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 420061.10000000003 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 580656.39 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 1169586.9999999998 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 351531.99000000005 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 372814.99999999994 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 411534.7100000001 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 366086.7099999999 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 417339.2 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 383126.51999999996 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 709751.88 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 295578.26 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 293764.07000000007 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 333374.5999999999 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 44334.549999999996 } ], "top_sellers_by_revenue": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000332, "total_bottles": 5411147, "avg_price_per_100ml": 1.8960354871108136 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Vodka", "total_sale_dollars": 4866101.399999985, "total_bottles": 334610, "avg_price_per_100ml": 1.930107569987305 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka Mini", "total_sale_dollars": 959232.0000000024, "total_bottles": 49432, "avg_price_per_100ml": 39.53480067723564 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Mini", "total_sale_dollars": 471644.6000000002, "total_bottles": 24602, "avg_price_per_100ml": 6.3299964633068075 } ], "most_expensive_products": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka Mini", "total_sale_dollars": 959232.0000000023, "total_bottles": 49432, "avg_price_per_100ml": 39.53480067723563 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Mini", "total_sale_dollars": 471644.60000000027, "total_bottles": 24602, "avg_price_per_100ml": 6.329996463306809 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Vodka", "total_sale_dollars": 4866101.3999999855, "total_bottles": 334610, "avg_price_per_100ml": 1.9301075699873054 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000332, "total_bottles": 5411147, "avg_price_per_100ml": 1.8960354871108138 } ] }, { "vendor_name": "Diageo Americas", "total_sale_dollars": 100830656.26999791, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 120211.75 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 145696.28000000003 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 178991.09 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 198290.24 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 199675.30999999997 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 184886.10000000003 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 170926.92 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 221957.57 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 184013.51999999993 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 216996.74 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 198270.11 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 205198.18000000002 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 204795.65999999997 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 207066.97000000006 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 190911.64 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 226054.5299999999 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 231596.88999999998 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 210583.69999999998 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 224913.14999999997 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 227904.86000000002 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 319820.87999999995 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 182984.79 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 291860.9999999999 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 349107.40999999986 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 293418.0199999999 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 333042.1199999998 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 231841.73 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 245901 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 239048.76999999993 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 235555.98 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 238802.97000000003 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 250139.83999999997 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 230844.84999999998 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 240344.55999999997 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 316549.18 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 251164.86999999997 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 351059.5099999999 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 243641.33999999994 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 228168.04 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 270441.44999999995 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 258432.58999999994 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 315548.38 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 288347.77999999985 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 190826.78000000003 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 212570.78999999998 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 272884.4399999999 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 114524.77000000003 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 258994.49 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 194422.35 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 267484.17000000004 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 289874.79 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 261920.0499999999 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 150829.06000000006 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 208166.06 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 180561.46 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 181806.41000000003 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 208371.03999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 205873.36 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 233603.01999999996 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 181546.43000000002 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 189517.91000000003 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 205658.65 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 242779.36000000007 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 199200.54999999996 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 199315.00000000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 202059.63999999998 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 306781.7200000001 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 221321.33 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 271408.2199999999 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 225894.28999999998 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 216246.69999999987 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 218377.18999999992 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 258169.6999999999 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 256093.8699999999 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 220917.29999999993 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 364751.2799999999 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 149745.13999999998 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 326660.5199999999 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 267566.2999999998 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 261569.31999999977 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 279220.29999999993 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 294216.3099999998 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 286668.1799999998 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 263471.64999999985 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 242242.24999999988 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 298252.5499999999 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 300452.56999999983 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 259065.48999999987 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 247897.86999999982 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 213910.16999999995 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 223146.39999999994 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 370266.4499999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 397041.52 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 320564.9399999999 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 196730.29999999993 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 263816.10999999987 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 209662.91999999995 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 238922.82999999993 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 244168.38999999984 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 102289.95000000001 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 362492.54000000004 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 288174.73999999993 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 338723.41999999975 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 238754.0699999999 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 106153.31999999999 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 259729.91999999993 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 220219.88999999996 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 188385.13999999998 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 234159.93 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 196903.97999999992 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 286065.66000000003 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 197291.64999999994 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 223145.61999999997 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 213494.95 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 206542.28 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 222697.30999999994 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 184662.42999999993 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 272732.1599999999 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 320388.8099999999 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 241385.22999999992 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 256495.45999999993 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 267688.88999999996 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 221348.33999999994 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 225887.35999999993 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 286154.53999999986 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 169720.01999999996 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 304012.83999999997 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 324934.84999999986 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 264096.71999999986 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 487960.7899999999 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 170331.2699999999 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 272781.7399999999 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 271729.13999999984 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 247954.1699999998 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 248352.41999999998 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 248274.98000000016 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 243492.58000000013 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 217728.15000000017 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 334044.76000000007 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 257450.14000000007 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 308517.5600000001 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 270676.32000000007 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 258635.30000000008 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 299896.92 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 255739.5200000001 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 375394.72 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 234104.33000000007 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 271611.76000000007 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 265148.0600000001 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 162120.14 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 334411.48000000004 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 99737.73999999999 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 269758.74 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 335063.6300000001 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 329299.6500000001 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 235541.9700000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 146800.44 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 268866.9600000002 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 243621.41000000003 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 170092.86000000002 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 239081.6 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 213005.61000000007 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 198877.92000000007 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 226507.88000000006 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 208254.89 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 248438.03000000003 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 231581.7500000001 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 289884.2200000001 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 244355.11000000007 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 245870.3300000001 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 234995.90000000002 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 221867.1400000001 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 230744.44000000003 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 265243.76000000007 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 270014.80000000005 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 264576.8600000001 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 408102.23000000004 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 228900.14000000004 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 312798.85000000015 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 250728.2200000001 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 338441.42000000004 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 407396.9500000001 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 233863.59000000008 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 290295.8700000002 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 285014.0200000002 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 270665.49 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 321224.42000000004 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 304587.8800000001 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 223906.69000000006 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 258681.46000000014 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 278748.9900000001 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 351824.2800000002 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 200984.03 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 250275.88000000015 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 239665.37000000008 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 317590.8500000001 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 254442.8500000001 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 278624.4500000001 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 246797.25999999998 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 243203.71000000002 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 229243.05000000008 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 223821.59000000003 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 404748.5600000002 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 103161.86 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 316150.72000000015 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 390047.57000000007 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 336753.2500000002 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 297013.8500000001 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 192006.16 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 283980.61000000016 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 257821.88000000012 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 166813.12 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 265247.45000000007 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 255149.12000000008 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 238734.3800000001 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 224490.29000000007 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 202839.45000000007 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 215056.33000000005 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 285874.5300000001 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 162229.98000000007 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 210992.07000000015 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 233394.60000000012 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 263621.20000000007 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 273008.0900000001 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 229024.97000000012 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 259808.21000000005 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 330636.25 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 292925.88000000006 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 304079.4900000001 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 356624.34000000014 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 187407.89000000007 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 328141.6000000002 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 287124.7100000001 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 315934.39000000013 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 405472.4600000001 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 212606.51000000004 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 304890.3900000001 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 287893.75000000006 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 332316.38000000006 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 259569.68000000014 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 348903.6600000001 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 257788.83000000002 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 244011.92000000013 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 279837.2600000001 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 228105.87000000002 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 309036.0900000001 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 278166.7 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 255651.20000000007 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 10371.050000000001 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 3371.06 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 3382.21 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 2339.96 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 4137.57 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 3114.340000000001 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 6828.8600000000015 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 773.4699999999999 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 2428.1600000000008 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2111.63 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 7015.63 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 4258.79 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1729.52 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 1409.6200000000001 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 2483.28 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1095.1899999999998 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 934.2800000000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1168.17 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 2406.1699999999996 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1484.7699999999998 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1535.4 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 2922.33 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1283.4099999999999 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 90119.48 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 197408.51000000007 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 210577.84000000005 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 232950.45000000013 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 270504.0700000001 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 216629.40000000008 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 210855.38000000006 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 319971.54000000015 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 346566.5400000001 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 305643.46000000014 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 340920.2300000003 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 253328.94000000015 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 287599.56000000006 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 283142.60000000003 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 264526.2300000001 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 310275.59 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 261193.23000000016 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 306231.4699999999 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 270497.6500000001 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 260113.7 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 240409.46000000005 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 241168.42000000004 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 273379.6700000001 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 244071.6500000001 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 269725.8400000001 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 282593.68000000005 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 417055.7500000002 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 243103.75000000006 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 243729.48000000004 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 307090.13000000006 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 297607.72000000003 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 275044.0900000001 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 261682.22000000003 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 168794.43 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 214479.83000000002 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 270366.1 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 136712.91 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 238155.6400000001 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 379692.3500000001 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 416858.9900000001 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 330492.33 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 133496.09000000003 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 958.4099999999999 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 4111.49 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 878.3299999999999 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 5292.85 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 824.3599999999999 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1317.61 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 751.2 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 768.49 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 1588.1100000000001 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1219.8799999999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1221.1899999999998 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 1012.7299999999998 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 1557.6200000000001 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 1593.0300000000002 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1779.8399999999997 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1673.4799999999998 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 990.7199999999999 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 788.4299999999998 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 4288.81 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1596.42 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1018.38 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 866.9099999999999 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 70317.98 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 357775.6900000001 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 229953.77000000002 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 385888.23000000016 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 165010.10000000003 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 281494.49000000017 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 234483.70000000007 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 242801.16000000012 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 107480.35000000002 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 7033.450000000001 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 498.34000000000003 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 1108.0100000000002 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1520.84 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 198795.0300000001 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 234111.99000000008 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 236284.12000000014 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 199036.92000000004 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 364766.94 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 327643.8900000001 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 341343.06000000006 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 331643.23000000016 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 240933.81000000006 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 79689.93 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1052.7 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 1826.81 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1716.76 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 7216.889999999999 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1331.23 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2397.93 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 646.0699999999999 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 2475 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1043.85 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 984.8900000000001 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 455.83 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 330.0199999999999 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 331.56 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1308.27 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1062.7 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 26942.860000000004 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 304716.4900000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 212509.8600000001 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 205471.77000000002 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 190835.94999999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 192251.18000000002 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 194596.42000000007 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 213274.57000000004 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 212998.34000000008 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 243307.05000000002 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 286066.66000000015 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 311404.70000000007 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 324707.68000000017 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 301029.1900000001 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 245325.42000000013 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 234873.4400000001 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 208979.34999999998 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 264517.99000000005 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 272278.29000000004 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 275823.1500000001 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 244362.33000000005 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 242937.4400000001 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 174656.64000000007 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 195918.82000000004 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 168420.83000000002 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 170752.56000000006 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 235399.6100000001 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 224901.6900000001 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 225677.8400000001 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 267327.5100000001 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 206457.6200000001 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 247171.91000000006 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 315857.7 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 352272.67000000004 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 306337.9900000001 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 334131.4200000001 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 205548.70000000007 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 222984.11000000007 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 227759.4300000001 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 242807.06000000014 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 251647.5500000001 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 233651.9000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 247090.20000000013 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 268700.6900000002 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 298792.9400000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 246920.8600000001 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 243115.43000000005 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 250001.11000000007 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 290025.27999999997 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 193775.11000000004 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 241974.04000000007 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 257821.0800000001 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 247170.52000000014 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 258736.14000000004 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 248640.99000000014 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 245143.75000000012 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 277122.71000000014 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 276882.87000000005 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 244613.5400000001 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 249263.14000000007 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 229441.47000000006 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 211850.79000000007 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 216429.80000000005 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 226378.3700000001 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 193131.22000000003 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 178019.80000000002 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 36023.78 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 131138.26000000004 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 224247.88000000012 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 262828.7500000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 258196.76000000007 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 257975.52000000016 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 231164.79000000007 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 247288.33000000007 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 298483.0700000001 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 374876.61999999994 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 214203.73000000004 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 259657.09000000008 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 279410.98000000004 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 241762.22999999998 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 212504.30000000008 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 233171.63 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 229130.8100000001 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 269206.19000000006 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 246254.92000000004 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 226301.2500000001 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 237745.67000000013 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 270588.09000000014 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 162262.51000000004 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 232148.04000000007 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 228750.54000000007 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 182892.57000000007 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 177458.23000000004 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 180290.81999999998 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 30398.390000000003 } ], "top_sellers_by_revenue": [ { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Vodka 80 Prf", "total_sale_dollars": 15838332.720000137, "total_bottles": 1400887, "avg_price_per_100ml": 1.6243456514948706 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff 80prf", "total_sale_dollars": 10474746.609999925, "total_bottles": 987019, "avg_price_per_100ml": 1.6644266096547458 }, { "vendor_name": "Diageo Americas", "item_description": "Ketel One Imported Vodka", "total_sale_dollars": 8996519.920000019, "total_bottles": 358335, "avg_price_per_100ml": 2.506913132409082 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Vodka 80 Prf Pet", "total_sale_dollars": 6918132.590000015, "total_bottles": 315947, "avg_price_per_100ml": 1.249790658641665 }, { "vendor_name": "Diageo Americas", "item_description": "Popov Vodka 80 Prf", "total_sale_dollars": 3807769.9600000125, "total_bottles": 460919, "avg_price_per_100ml": 0.8734063750679552 } ], "most_expensive_products": [ { "vendor_name": "Diageo Americas", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3249.450000000001, "total_bottles": 83, "avg_price_per_100ml": 71.55415384615384 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Strawberry & Rose Mini", "total_sale_dollars": 6423.330000000001, "total_bottles": 573, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Red, White & Berry Mini", "total_sale_dollars": 11658.399999999998, "total_bottles": 1040, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Watermelon & Mint Mini", "total_sale_dollars": 11669.609999999999, "total_bottles": 1041, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Pink Lemonade Mini", "total_sale_dollars": 30087.639999999996, "total_bottles": 2684, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Peach Lemonade Mini", "total_sale_dollars": 8407.499999999998, "total_bottles": 750, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Cucumber & Lime Mini", "total_sale_dollars": 5033.290000000003, "total_bottles": 449, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Sours Berry Lemon Mini", "total_sale_dollars": 205.92, "total_bottles": 24, "avg_price_per_100ml": 19.79 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Pineapple Mini", "total_sale_dollars": 1267.08, "total_bottles": 144, "avg_price_per_100ml": 18.475 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Green Apple Mini", "total_sale_dollars": 823.6800000000001, "total_bottles": 96, "avg_price_per_100ml": 17.16 } ] }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "total_sale_dollars": 58518311.699993454, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 71241.82 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 86075.33 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 170674.83999999997 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 150361.83 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 92132.48999999999 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 118880.23000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 110760.87999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 105553.67000000001 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 91758.31 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 90139.56999999998 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 135369.50999999995 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 100303.41999999998 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 104207.40999999997 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 126936.85999999999 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 140091.01 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 128563.77000000002 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 123352.68999999992 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 127801.37000000001 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 130454.20999999998 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 130001.95999999996 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 181255.93999999997 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 124620.00000000001 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 156506.27999999997 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 139309.80000000002 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 151870.28 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 228194.91 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 168352.15999999992 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 143959.05999999997 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 224647.18999999994 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 150261.99 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 128020 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 174464.42999999996 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 155264.00999999998 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 119268.45000000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 205081.09999999998 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 110799.84 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 128333.53000000003 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 113934.62000000002 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 108734.20000000001 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 195746.02999999994 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 194151.02000000002 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 200001.7799999999 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 306300.3099999998 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 130133.02999999996 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 104058.93999999999 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 155245.68000000002 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 44052.69000000001 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 155264.45999999996 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 129747.59999999999 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 173986.68 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 202964.97999999995 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 135896.18999999994 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 86367.61 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 91535.19 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 111117.73999999998 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 121133.55000000002 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 104349.48000000003 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 119762.53999999996 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 172772.34999999998 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 109709.36000000003 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 168108.74000000002 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 103608.80000000003 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 111025.85000000002 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 115312.18000000002 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 136907.53 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 116808.01000000001 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 139130.52999999997 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 110194.73 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 123504.96000000005 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 128552.61000000004 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 137192.75999999998 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 137144.61 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 193963.32 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 314162.66 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 124919.51000000001 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 297587.63999999996 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 52747.08999999999 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 254082.16 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 129041.50000000003 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 130364.89 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 119926.66000000002 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 120704.58000000002 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 163409.03 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 139567.1 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 240821.5499999999 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 134851.58000000002 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 164729.55000000005 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 139059.58 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 138667.86 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 126275.59000000003 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 140891.05 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 290706.2199999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 175537.67 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 105608.59 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 201727.06 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 118692.02999999998 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 96316.26000000001 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 116129.63000000002 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 183292.75999999998 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 101442.41000000003 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 129301.31999999998 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 171626.96 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 185383.95000000004 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 122080.04000000001 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 48593.85999999999 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 112410.75000000003 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 105986.45000000003 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 128050.45000000001 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 175530.24 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 118589.12999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 152493.47999999995 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 105575.43000000001 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 134738.84 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 120482.44000000002 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 109059.08000000002 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 125929.06 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 96109.29000000004 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 128410.39999999998 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 134407.53000000003 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 133425.99999999997 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 123098.78000000007 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 140119.83000000005 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 164842.96 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 142186.69000000006 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 200874.25 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 147461.3 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 149302.26000000004 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 183117.08 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 145598.72999999998 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 298521.58 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 107122.63000000002 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 146718.06999999998 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 140037.47999999998 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 137721.82 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 166407.46000000002 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 194742.4 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 258433.96999999997 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 124143.72999999997 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 193985.01 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 93638.73999999999 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 153772.27999999997 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 153016.28 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 110797.26 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 117452.53999999998 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 142586.41000000003 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 131997.06 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 134484.8 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 114809.47000000004 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 232864.97000000003 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 128065.40000000002 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 195303.74999999997 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 57480.030000000006 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 144886.44 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 176051.29999999996 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 229600.19 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 122043.17 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 80082.67000000003 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 142998.89 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 110923.00000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 84485.35999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 121801.72 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 161013.00000000003 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 168864.08 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 129071.8 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 112702.42000000004 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 108072.93000000005 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 99526.39000000003 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 174836.65 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 106337.94000000002 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 118701.35999999996 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 117140.95000000001 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 137011.76000000004 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 131054.12 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 136953.17999999996 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 176014.54 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 171536.59999999998 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 288407.33999999997 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 92179.18000000001 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 150911.35 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 143175.57000000004 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 183791.62 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 227559.56999999998 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 121379.37000000001 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 171447.37000000005 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 154675.84 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 125663.62 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 205229.38000000003 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 180912.78 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 133766.06000000003 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 133846.32 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 147597.01 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 212937.76999999996 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 103613.31999999998 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 198610.56000000006 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 164722.13 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 204799.33999999994 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 169238.91000000003 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 192874.97999999998 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 185980.73999999996 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 179303.39999999997 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 181171.47 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 151346.05 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 248576.46999999997 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 45523.36999999999 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 177015.85 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 153198.24 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 182334.36 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 140790.6 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 102692.59000000004 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 208755.6499999999 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 165583.67 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 77038.13 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 218560.46999999994 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 118286.77000000002 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 107828.90000000002 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 169850.99999999997 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 127509.14000000003 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 130528.70000000001 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 144358.71000000002 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 89076.53000000003 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 134013.57999999996 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 125606.90999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 154729.18 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 147935.02000000002 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 162045.05000000002 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 170961.39999999997 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 163171.00999999995 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 195078.87999999995 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 162602.02999999997 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 229969.18999999992 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 122515.77 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 223789.63000000003 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 179753.16999999998 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 200184.63 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 235358.05 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 130096.18999999997 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 246896.28999999995 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 151446.29 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 189522.28 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 225821.75999999998 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 200926.24000000005 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 173444.16999999998 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 151261.44999999998 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 145431.44999999998 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 132609.1 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 241779.86999999997 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 162571.31000000003 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 121571.68999999999 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 2269.5200000000004 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 390.61 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 80.83999999999999 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 821.77 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 842.1500000000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 158.66 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 556.72 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 300.37 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1143.27 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 470.63 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 774.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 1179.8900000000003 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 737.86 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 99.24000000000001 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 1410.68 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 516.49 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 242.57999999999998 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 931.24 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 486.5 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 335.63 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 914.25 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 595.95 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 58.239999999999995 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 90009 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 89744.31000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 121884.79999999999 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 175890.52999999997 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 158032.90000000002 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 112758.76000000005 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 119820.65000000002 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 135599.69999999998 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 131113.61000000002 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 163605.33 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 168366.08000000002 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 112944.60000000003 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 218629.11000000004 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 269707.67999999993 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 149090.85 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 245097.71999999994 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 147962.74 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 156704.61000000004 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 164148.18 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 131746.74 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 123345.37999999999 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 160913.54 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 254044.75999999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 137768.24000000002 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 159226.46000000005 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 132694.18 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 178458.27000000002 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 125882.06999999998 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 110505.11 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 205447.05999999994 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 239333.81999999992 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 176913.53000000006 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 215345.52999999997 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 91410.18 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 179127.52999999997 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 146927.64 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 65490.960000000014 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 148960.22999999998 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 212728.04 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 142768.13 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 194964.52000000008 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 75938.27 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 187.31 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 580.22 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1229.56 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 350.5 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1335.3600000000001 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 586.24 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1416.87 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 35.64 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 80.84 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 362.03999999999996 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 258.6 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 59.06 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 214.42 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 34.48 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 137.15 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 809.64 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 38188.60000000001 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 168624.75000000006 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 119968.03000000006 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 262543.43999999994 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 150345.74 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 221919.56999999995 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 342120.04999999993 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 320973.13000000006 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 80104.08000000002 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 399.48 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 409.13 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 490.25999999999993 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 104419.53000000001 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 150229.01 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 133138.96 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 100596.65000000001 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 213586.52999999997 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 186611.04999999996 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 130339.79000000002 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 154986.5 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 146169.72 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 49034.88999999999 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 521.7 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1068.88 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 287.7 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 296.84 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 620.64 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 74.21 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 103.44 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 23.76 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 307.39 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 14641.46 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 140723.25999999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 99138.15000000001 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 101129.72 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 96221.00999999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 124934.85000000005 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 120450.40000000002 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 104138.26000000004 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 109979.73000000004 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 140207.30999999997 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 148145.47999999998 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 149900.73 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 127779.74 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 176859.28 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 282171.4 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 368634.9999999999 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 312351.63999999996 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 532137.0599999998 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 206306.83000000002 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 137220.69999999998 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 102553.59000000003 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 111543.68000000002 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 89946.31000000001 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 105637.72000000003 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 106164.28999999998 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 115613.88 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 93445.20999999999 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 106831.46 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 104286.23999999999 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 96191.66000000002 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 119334.68000000001 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 88630.91000000002 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 113149.61 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 146356.96 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 108286.83 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 129369.19000000003 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 75670.7 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 97482.47000000003 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 93106.64000000001 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 113302.13000000005 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 99552.90000000002 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 110654.30000000002 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 124851.86000000003 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 123326.22000000002 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 151580.97 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 157217.71000000005 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 141229.50000000006 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 110252.3 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 127363.12000000002 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 119444.53000000001 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 134904.08 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 160779.29999999996 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 123600.74000000005 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 141392.19000000003 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 88868.81000000003 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 111418.67 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 143088.18 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 249581.05999999994 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 98173.69000000005 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 158643.26000000004 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 128961.99999999997 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 104523.31000000001 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 92284.20999999999 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 96650.28999999998 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 97775.3 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 74941.60000000002 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 20397.339999999997 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 44808.38 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 121256.85000000002 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 128354.90000000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 93680.85 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 112696.46 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 107810.39000000001 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 197392.84000000003 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 154049.31 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 244560.86 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 81392.16000000003 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 142072.02000000002 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 106176.67000000001 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 135389.43000000002 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 97315.72000000002 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 105078.93000000002 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 58860.07000000002 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 50138.82000000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 136453.63 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 128769.21999999997 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 103689.72 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 83005.17 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 80852.83 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 104786.82999999999 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 124804.98 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 84676.67 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 90736.43 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 88272.70000000001 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 7540.579999999998 } ], "top_sellers_by_revenue": [ { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80 Prf", "total_sale_dollars": 30755524.139999326, "total_bottles": 1538497, "avg_price_per_100ml": 2.209161023991876 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80prf", "total_sale_dollars": 8115471.560000066, "total_bottles": 477019, "avg_price_per_100ml": 2.029052045346783 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron (lemon Vodka)", "total_sale_dollars": 6039341.360000034, "total_bottles": 296414, "avg_price_per_100ml": 2.161626272881515 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mandrin", "total_sale_dollars": 2117678.950000001, "total_bottles": 108314, "avg_price_per_100ml": 2.193481190237231 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron", "total_sale_dollars": 1555722.0900000005, "total_bottles": 81793, "avg_price_per_100ml": 2.110506520555577 } ], "most_expensive_products": [ { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron Mini", "total_sale_dollars": 118.8, "total_bottles": 12, "avg_price_per_100ml": 19.8 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Raspberri Mini", "total_sale_dollars": 118.8, "total_bottles": 12, "avg_price_per_100ml": 19.8 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80prf Mini", "total_sale_dollars": 497344.31999999925, "total_bottles": 41864, "avg_price_per_100ml": 17.348486859808055 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Lime Mini", "total_sale_dollars": 93959.46000000004, "total_bottles": 10653, "avg_price_per_100ml": 8.713438661710041 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Elyx", "total_sale_dollars": 5035.8, "total_bottles": 180, "avg_price_per_100ml": 3.573882352941176 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Black 100", "total_sale_dollars": 269.88, "total_bottles": 12, "avg_price_per_100ml": 2.9986666666666664 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Vodka 100 Premium", "total_sale_dollars": 65944.03, "total_bottles": 2977, "avg_price_per_100ml": 2.950712409995764 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Level Imported Vodka DNO", "total_sale_dollars": 503.04, "total_bottles": 24, "avg_price_per_100ml": 2.7946666666666666 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mini Trial Pack", "total_sale_dollars": 3822.3099999999995, "total_bottles": 641, "avg_price_per_100ml": 2.392571428571429 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mini Bar", "total_sale_dollars": 31381.05, "total_bottles": 5303, "avg_price_per_100ml": 2.3684227642276428 } ] }, { "vendor_name": "Phillips Beverage Company", "total_sale_dollars": 49450874.789996706, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 92981.94 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 113194.23000000001 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 105723.20999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 101941.83000000002 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 116226.81999999999 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 109532.49000000002 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 118569.52999999996 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 123153.08000000003 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 129160.11000000004 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 131429.00000000006 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 132124.09 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 136687.91 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 124233.06000000003 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 213016.87999999998 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 255036.57999999993 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 134084.49000000002 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 137533.43999999997 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 133761.59000000003 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 138459.97000000003 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 142316.94 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 169562.59999999998 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 104847.47999999998 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 173970.97 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 159237.64000000004 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 138217.97000000003 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 230230.9599999999 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 157955.44 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 144803.96000000002 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 144447.36000000002 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 128858.28 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 153878.16 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 193755.90999999995 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 140709.96999999997 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 133852.74000000005 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 208916.9 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 120735.26999999997 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 152309.66 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 109402.38 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 101153.73000000003 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 279933.4599999999 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 291381.76999999984 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 238182.43999999992 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 242793.75999999995 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 81102.23000000003 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 123347.03 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 157837.18000000002 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 47313.37 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 112362.13 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 118195.26 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 118268.08000000003 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 157882.6 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 149581.37000000002 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 84136.79000000002 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 137693.43000000002 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 124517.93999999997 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 125071.6 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 122648.87999999999 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 132509.74999999997 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 113139.53999999998 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 105623.31 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 125554.5 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 116573.16000000002 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 130118.22000000004 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 119433.50000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 112738.67000000004 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 259465.40999999992 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 257734.23999999987 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 112718.92000000001 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 116370.51000000002 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 161901.91999999998 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 231234.97999999995 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 192122.38 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 192216.38999999996 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 204854.04000000004 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 167377.25999999998 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 184032.55999999994 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 54458.94000000001 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 193527.65999999995 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 139807.71000000002 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 144034.45999999996 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 126277.86000000002 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 121533.50000000001 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 138418.56000000003 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 141438.9 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 139629.73000000004 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 147261.12000000002 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 178362.25999999998 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 142945.21999999997 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 130190.00999999998 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 99907.47000000002 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 120275.59000000004 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 346523.4199999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 273112.67 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 105237.22000000002 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 115440.64999999997 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 164255.79999999996 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 119097.49999999997 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 108863.95 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 129393.61000000002 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 51247.06999999999 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 120197.77000000002 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 104307.85 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 141422.32000000004 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 99261.44000000002 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 72327.94 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 180645.83999999994 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 86631.99000000002 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 183938.71999999994 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 346181.02999999997 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 250286.60000000003 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 149722.56000000003 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 105294.56999999999 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 114772.67000000001 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 102609.61000000003 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 111003.84000000001 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 107171.37000000001 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 91247.86999999998 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 143350.65999999997 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 167725.60999999993 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 113748.29000000004 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 111912.37 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 129553.7 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 126693.00000000003 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 118081.64999999998 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 169847.08 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 91408.28000000004 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 180614.62 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 152829.00000000003 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 128029.86000000003 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 240694.18999999992 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 102121.31999999998 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 137340.74 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 125452.70999999998 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 120277.72 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 126902.29999999999 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 191738.83999999997 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 125303.89999999998 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 156867.48000000004 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 183860.22 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 144794.49 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 178525.46000000005 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 97960.77000000002 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 155266.37999999998 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 177045.61000000002 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 148335.04000000004 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 119697.39999999998 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 122730.61 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 147931.44999999995 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 120390.62 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 84119.34999999998 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 185660.84000000003 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 55047.29000000001 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 170032.22999999998 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 135469.83 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 160934.16 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 108846.23 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 72852.24 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 153013.15 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 152565.30999999997 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 102377.71 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 140058.90999999997 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 144805.54 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 107849.85999999999 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 101232.74000000002 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 105261.87000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 128624.24000000003 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 114379.03000000003 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 136450.51 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 101735.12000000002 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 125959.55999999998 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 134256.98000000004 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 117471.01000000002 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 122569.81 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 146527.77 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 116926.51000000002 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 123835.68999999997 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 147560.9 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 75055.88999999998 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 177427.28999999998 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 155411.12999999998 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 189050.68000000002 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 193753.56000000003 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 102563.90000000002 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 147249.36000000004 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 118332.51000000004 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 118477.58000000006 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 133397.09000000003 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 158397.33999999997 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 147589.55000000005 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 187906.19 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 189246.85 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 173602.43000000002 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 89659.11 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 126137.22 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 112791.27 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 124709.75000000001 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 163161.33000000002 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 125912.92000000003 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 118721.13 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 120411.81000000001 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 118338.51999999999 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 106648.37000000002 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 162838.47000000003 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 43393.79000000001 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 137833.33999999997 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 124950.71 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 158995.58000000002 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 117196.08000000003 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 78495.26000000001 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 127453.33000000003 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 138877.54 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 62734.28 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 121579.96000000006 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 118796.12999999999 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 122675.76000000005 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 106140.05 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 105414.77000000002 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 130280.63999999996 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 128790.66999999998 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 78009.38 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 117141.21999999997 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 102732.47999999998 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 135478.27000000008 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 113520.93000000004 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 137989.30000000005 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 182571.15000000002 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 120397.03000000003 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 115466.65000000002 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 126995.58000000002 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 181159.13 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 120908.66000000003 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 176848.69999999998 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 136492.84 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 144835.36999999997 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 233992.74999999988 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 91783.05999999998 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 145999.51 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 102719.97999999997 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 124811.11000000002 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 141208.61000000002 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 162539.6 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 136542.84 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 161172.84 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 139671.27000000002 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 102974.94000000003 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 182577.28000000003 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 102409.75000000001 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 104218.34000000001 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 504.18000000000006 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 534.9300000000001 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 7120.18 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 1245.5800000000002 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1341.82 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 203.33999999999997 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1284.14 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 448.45 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 505.39 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 671.4300000000001 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 1062.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 582.45 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 621.5899999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 616.5500000000001 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 924.56 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 980.7999999999998 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 2398.5899999999997 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 751 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 513.78 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 219.69 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 379.32 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 955.8199999999998 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1068.3300000000002 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 47629.35 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 94869.67 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 102118.49000000002 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 128628.93999999999 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 133167.88999999996 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 108302.11000000003 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 103266.02000000002 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 104134.86000000002 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 110897.82999999999 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 108055.59000000001 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 128418.89 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 92898.43999999996 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 124964.69000000002 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 136822.33 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 135947.96999999997 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 150332.99 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 123926.63000000002 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 140815.88999999998 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 148526.71999999997 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 119753.13 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 117466.71999999999 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 102094.67999999998 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 101641.13999999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 109368.76999999997 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 130201.64000000004 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 82626.44999999998 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 127540.29999999999 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 97589.90000000002 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 108148.76999999999 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 130002.68000000002 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 99095.58000000002 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 108198.61999999997 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 106212.73000000003 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 77299.21 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 124056.87 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 117917.42000000003 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 60860.48 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 125595.14000000003 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 93375.43000000001 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 91984.07000000002 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 131425.97999999998 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 47127.19 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 625.3800000000001 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 546.18 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 416.82 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 7296.96 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 230.19 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 429.09 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 295.53 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 348.65999999999997 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 522.58 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 441.34000000000003 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 854.9399999999999 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 318.12 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 296.22 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 475.86 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 201.12 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 362.82 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 183.81 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 122.82 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 233.28 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 362.67 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 964.7700000000001 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 462.84000000000003 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 38576.850000000006 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 112764.20999999998 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 120521.59 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 181296.70999999993 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 66177.38000000002 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 122566.31999999998 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 97987.18000000004 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 95341.31999999999 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 66589.43 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 421.14000000000004 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 426.6 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 110.01999999999998 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 477.29999999999995 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 77196.02 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 99841.76 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 128566.1 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 109406.32 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 112308.06999999998 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 95218.39000000003 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 85157.51000000001 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 99142.57 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 78308.63999999998 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 28983.259999999995 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 669.12 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 564.6 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 495.3 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 402.24 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 344.61 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 473.89 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 732.69 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 303.84000000000003 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 155.28 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 607.98 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 497.70000000000005 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 399.9 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 125.26 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 274.74 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 281.64 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 9087.29 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 100215.78000000003 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 89785.61 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 92528.16 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 90284.47 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 83799.87000000001 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 98328.16 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 81137.72000000003 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 91063.31 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 94557.99000000002 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 106306.77 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 132017.33000000005 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 110355.39999999997 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 98584.98000000007 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 102138.04000000001 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 111796.48000000005 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 91637.99000000002 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 118629.89 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 111671.26000000002 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 119922.43 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 109061.94000000002 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 88631.14000000001 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 60779.25000000002 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 89081.68000000002 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 70907.57 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 77238.53 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 79037.23000000001 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 91255.08000000003 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 94963.41000000002 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 109991 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 99565.23999999998 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 84685.55 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 88479.13000000003 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 86238.71000000002 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 80232.89000000004 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 97934.06999999999 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 94001.42 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 101357.28000000003 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 87632.45000000001 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 85132.38000000002 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 145831.83000000005 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 120160.45000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 116644.58 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 124397.21000000005 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 112515.48000000003 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 96514.7 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 90695.17 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 111511.17000000004 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 96282.19000000002 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 106524.92 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 82470.08000000002 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 107713.06 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 121117.46999999999 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 97023.68000000002 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 101242.84999999996 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 85134.33 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 86532.42 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 85396.26000000002 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 81745.85999999999 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 76010.75000000003 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 85753.42000000001 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 77092.75 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 88900.92 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 89160.94 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 80833.31999999998 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 69142.54000000001 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 17578.639999999996 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 42685.73 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 95711.15000000002 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 88762.29999999999 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 82013.54999999999 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 111958.68000000002 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 97302.70999999999 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 97209.74000000002 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 110680.16999999998 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 111801.94000000002 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 83887.8 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 68738.13 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 64579.18999999999 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 86549.69 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 74990.62999999999 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 76736.75 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 90116.13 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 82689.46000000002 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 72538.14000000001 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 68281.23 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 88827.83 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 67248.78 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 58503.08000000001 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 57936.68000000001 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 65157.840000000004 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 60661.00000000001 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 66085.26999999999 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 70833.31999999999 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 7186.6900000000005 } ], "top_sellers_by_revenue": [ { "vendor_name": "Phillips Beverage Company", "item_description": "Phillips Vodka", "total_sale_dollars": 13982116.180000443, "total_bottles": 1684456, "avg_price_per_100ml": 0.6589513166233193 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Uv Blue (raspberry) Vodka", "total_sale_dollars": 10210249.900000105, "total_bottles": 912212, "avg_price_per_100ml": 1.1574320088909937 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Vodka PET", "total_sale_dollars": 5660874.630000052, "total_bottles": 354862, "avg_price_per_100ml": 0.9291667629158279 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Blue Raspberry", "total_sale_dollars": 2519743.1600000034, "total_bottles": 216787, "avg_price_per_100ml": 1.189755271001014 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Uv Red (cherry) Vodka", "total_sale_dollars": 2480612.220000003, "total_bottles": 228616, "avg_price_per_100ml": 1.193578208232446 } ], "most_expensive_products": [ { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Apple Pear Ginger FL Vodka Mini", "total_sale_dollars": 200.10000000000002, "total_bottles": 29, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Grapefruit Hibiscus Chamomile FL Vodka Mini", "total_sale_dollars": 151.8, "total_bottles": 22, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Watermelon Cucumber Lime FL Vodka Mini", "total_sale_dollars": 552.0000000000001, "total_bottles": 80, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Blue Raspberry Mini", "total_sale_dollars": 148554.30000000013, "total_bottles": 21884, "avg_price_per_100ml": 10.444272051009568 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Cake Mini", "total_sale_dollars": 82119.00000000003, "total_bottles": 12086, "avg_price_per_100ml": 10.413291828793776 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Red Cherry Mini", "total_sale_dollars": 38818.19999999999, "total_bottles": 5729, "avg_price_per_100ml": 10.237662508207483 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Row Vodka Mini", "total_sale_dollars": 45935.19999999997, "total_bottles": 8536, "avg_price_per_100ml": 8.709057254901959 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Phillips Vodka Mini", "total_sale_dollars": 1544.3999999999999, "total_bottles": 234, "avg_price_per_100ml": 2.5489655172413794 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Peach Mini", "total_sale_dollars": 24615.18, "total_bottles": 3008, "avg_price_per_100ml": 2.2234207317073187 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Grapefruit Hibiscus Chamomile FL Vodka", "total_sale_dollars": 4191, "total_bottles": 254, "avg_price_per_100ml": 2.1999999999999997 } ] }, { "vendor_name": "Luxco-St Louis", "total_sale_dollars": 48777247.580003366, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 52520.90999999999 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 112257.30000000003 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 118063.49999999997 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 158341.85000000003 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 107257.83999999998 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 81472.98 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 77767.15999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 91840.98999999999 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 98875.65 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 120518.40000000004 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 120396.22999999997 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 136859.15999999997 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 138742.5 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 91523.24 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 89202.40000000002 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 95483.83999999998 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 88165.88 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 137344.65000000005 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 131213.13999999998 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 134692.16999999998 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 150868.65000000002 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 85353.75 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 111462.69999999998 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 116128.01999999999 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 123332.87999999999 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 202454.50000000003 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 101528.01 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 104997.1 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 111750.56 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 101614.68000000001 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 133830.42999999996 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 154913.67999999993 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 154539.03 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 173031.49000000005 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 187953.76999999996 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 86332.12 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 112202.41 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 98123.06999999999 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 102004.05999999998 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 250331.98000000004 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 204485.63 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 249137.21000000002 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 215720.37000000002 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 130896.96000000002 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 97314.93000000002 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 146748.12000000002 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 30290.890000000007 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 84980.37000000001 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 106110.3 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 109473.12999999998 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 149254.23999999996 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 96026.97000000002 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 68685.42000000001 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 133452.8 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 156302.92 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 131833.94000000003 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 130133.31999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 98225.56 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 97200.35999999999 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 103016.76999999997 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 100879.17 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 98996.93000000002 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 102688.41 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 104886.84000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 105317.44999999998 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 181908.38999999998 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 211078.63 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 149387.12 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 139066.26 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 117121.98999999999 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 106246.70000000001 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 99764.35999999999 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 121583.64999999997 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 100365.09 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 130655.86999999997 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 202478.98 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 56425.709999999985 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 189724.93000000008 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 121454.02 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 113608.09000000001 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 123366.94999999998 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 118266.93000000001 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 131634.96999999994 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 214943.74000000002 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 216363.31999999992 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 134397.00999999995 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 170317.59000000005 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 193572.77999999994 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 106675.72999999995 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 124482 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 108647.65 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 263831.73 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 190117.24000000002 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 124723.73 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 165696.22999999998 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 121727.54999999996 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 103836.57999999999 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 110623.74999999996 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 167452.02999999994 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 44483.99 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 123078.67999999998 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 120119.18999999996 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 169349.27000000002 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 102285.95999999999 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 43940.869999999995 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 137999.03999999995 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 126824.17999999998 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 171728.1199999999 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 176274.34999999998 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 95423.34999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 112401.20999999998 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 97943.12999999998 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 115546.92 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 112057.58999999997 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 103125.25000000001 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 108598.36999999998 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 100470.72999999998 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 156431.06999999998 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 200132.64999999997 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 140133.09 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 141752.79999999993 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 142183.65999999997 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 101378.08999999997 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 116224.09999999998 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 149567.8599999999 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 86992.31999999999 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 129203.82999999997 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 129476.01999999996 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 126327.49999999997 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 173625.10999999996 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 92819.55999999998 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 128624.03999999996 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 132281.81999999995 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 129921.64999999998 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 127687.16 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 129131.61999999995 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 124776.66999999994 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 125128.87999999992 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 207800.65999999995 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 92709.80999999998 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 139551.21999999997 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 117583.26999999995 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 131277 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 124910.01999999997 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 123459.88 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 121458.50999999998 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 126250.49999999999 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 135435.06999999998 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 141584.52999999997 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 88071.53000000001 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 196278.43 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 51974.36 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 133618.83999999997 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 137692.55 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 172858.67999999993 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 103780.93999999994 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 52491.80999999998 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 154651.11 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 169225.24999999997 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 97910.71999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 159256.33999999997 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 107585.31999999996 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 115613.51999999995 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 102164.84999999996 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 117209.45999999999 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 101586.42999999998 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 120404.36999999995 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 108555.27999999997 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 104343.63999999997 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 111295.00999999997 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 102798.40999999996 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 127306.32999999994 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 105203.24999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 119279.09999999999 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 124533.81 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 123602.15999999997 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 153575.42999999993 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 83551.77999999996 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 126033.57999999999 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 112240.85999999994 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 129252.72999999995 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 143392.57999999993 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 104778.03999999996 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 145627.1 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 143310.21999999997 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 128404.47000000002 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 167619.54999999993 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 126738.65999999996 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 124568.89999999995 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 119378.04999999996 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 114888.96999999994 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 165479.84999999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 97162.54999999997 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 142112.90999999995 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 128701.45999999999 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 146356.26 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 111441.14999999997 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 112350.99999999997 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 116958.19999999997 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 110482.48999999998 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 144240.95999999996 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 118917.51999999995 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 183240.94999999995 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 38093.020000000004 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 144325.75999999992 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 115820.73999999996 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 142839.82999999996 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 112064.33999999998 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 76693.57999999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 103628.31999999996 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 124354.47999999998 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 80390.45 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 126056.65 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 153924.67 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 128361.92000000001 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 144038.69999999995 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 138599.53999999992 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 97154.04999999997 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 105176.60999999997 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 63646.100000000006 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 101397.34999999996 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 103687.46999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 115728.81999999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 113338.40999999999 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 107388.42999999996 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 116628.31999999998 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 143235.59999999995 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 126555.60999999999 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 130108.23999999998 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 162695.28 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 84285.34999999999 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 160824.53999999995 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 125458.44999999998 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 123141.85 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 154308.08999999994 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 80384.29 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 126436.47999999997 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 102704.98999999999 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 128973.04 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 166720.43999999994 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 157822.92999999996 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 148216.76999999996 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 150215.75 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 110241.93999999996 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 87251.58999999998 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 118449.04999999996 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 108249.94999999998 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 106711.83000000003 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 2127.42 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 2609.46 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 2369.1799999999994 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 5165.48 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 2480.2799999999993 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 2458.1699999999996 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 2645.7799999999997 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 1896.6999999999998 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 3265.929999999999 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2074.46 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 2538.93 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 8137.409999999999 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 2797.1699999999996 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 877.76 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 2582.8599999999997 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1224.05 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 1412.3799999999997 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1409.3799999999997 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 1785.1 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1530.61 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 3621.439999999999 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 1936.4199999999994 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1587.1000000000001 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 47289.11 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 99706.10999999996 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 103633.39999999998 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 120306.73999999996 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 137462.05000000002 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 121725.13999999998 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 141717.17999999996 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 106416.61999999997 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 117861.57999999997 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 116929.03 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 127158.56999999996 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 95248.24999999997 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 177675.37 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 131566.74 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 154659.84999999998 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 166532.40999999995 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 109123.15999999997 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 108952.12999999996 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 126206.62999999999 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 111737.77999999996 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 137130.88999999998 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 137749.11000000002 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 127390.36 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 144465.42999999996 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 185614.3699999999 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 91175.33999999998 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 124380.52999999993 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 109424.19 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 113499.39999999998 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 142805.57999999996 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 140451.52999999997 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 142859.21000000002 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 154149.18999999997 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 93744.34999999999 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 114013.26 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 124204.45999999998 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 64677.499999999985 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 109496.27999999998 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 137027.12999999995 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 145772.82000000004 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 160537.53 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 65172.06 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 952.23 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 2192.34 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 1177.5600000000002 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1732.32 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1413.99 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 2316.33 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 2040.61 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 1302.59 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 2883.36 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1767.6399999999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1950.9599999999998 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 933.9300000000001 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 901.44 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 8517.88 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1448.1799999999998 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1714.1399999999996 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 1772.7599999999998 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 1610.2299999999998 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 2029.6799999999998 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1719.1 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1833.99 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1502.68 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 42165.2 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 131506.50999999998 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 128280.85 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 176214.96 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 72116.37 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 120017.81999999999 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 117216.28999999995 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 118392.76999999997 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 46581.26999999999 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 2506.7999999999997 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 1989.7499999999998 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 2418.0399999999995 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1375.1399999999996 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 86701.00999999997 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 119509.70999999996 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 101950.87999999999 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 105297.63999999998 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 123716.49999999997 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 120869.09 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 128894.57999999994 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 151017.77999999997 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 110859.09000000001 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 35675.86000000001 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 2159.7599999999998 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 1272.6799999999998 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1556.7399999999998 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 1417.5499999999997 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 2362.13 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2755.7 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1493.22 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1179.7500000000002 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1338.7399999999998 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 1785.7799999999997 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 1065.66 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 1660.7 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 1945.01 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1688.4599999999998 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1011.0399999999998 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 19265.510000000002 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 121467.94999999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 107325.45 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 95132.70999999999 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 92394.06999999999 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 110627.07999999997 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 99980.73999999998 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 97056.47999999997 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 104846.78999999998 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 106490.40000000001 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 101221.74 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 109766.56 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 122282.43999999996 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 99777.41 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 155771.68000000002 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 136687.80999999997 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 121096.97999999995 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 182338.20999999993 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 108365.86000000002 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 121564.54 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 102614.37 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 103448.11999999997 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 68453.21 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 134313.89999999997 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 116224.08 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 113037.99999999997 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 153860.14999999997 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 120445.05999999997 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 127339.55999999997 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 143301.62999999998 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 128593.59999999999 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 97257.01 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 94886.01999999996 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 107335.82999999997 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 88709.06999999995 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 99998.54999999999 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 145460.13999999998 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 130594.36999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 131389.88999999996 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 130357.86999999998 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 107446.31999999995 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 103282.36999999998 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 115564.26000000001 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 115837.63999999996 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 114807.80999999995 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 90797.69999999997 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 95887.54999999999 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 104855.70999999999 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 103466.45999999998 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 135541.52 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 136377.19 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 116089.04999999999 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 134960.26999999996 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 111754.09999999999 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 98475.25999999995 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 108596.87999999995 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 109748.90999999999 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 106492.81999999998 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 102156.47 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 100421.64999999994 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 100598.49999999996 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 115875.06999999993 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 132729.33999999997 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 107598.36999999997 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 124218.43999999996 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 113790.52999999997 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 19111.860000000004 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 57913.37 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 123673.12999999998 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 113622.58999999997 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 97774.5 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 95329.45 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 98366.64000000001 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 116555.24999999999 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 116408.2 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 92531.43999999996 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 102480.14999999995 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 100668.70999999998 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 97669.09999999998 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 122123.33999999995 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 116729.67999999998 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 119883.39 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 119110.49999999994 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 109644.89999999995 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 98563.69 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 101894.23999999996 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 108405.61999999998 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 82281.03 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 78708.90000000001 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 91977.12999999998 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 76349.14 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 90677.51 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 101462.01999999997 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 91671.00999999995 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 14550.950000000003 } ], "top_sellers_by_revenue": [ { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka", "total_sale_dollars": 42195474.7300019, "total_bottles": 6074111, "avg_price_per_100ml": 0.6550692054650458 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka 80 Prf Mini", "total_sale_dollars": 966669.4000000065, "total_bottles": 165276, "avg_price_per_100ml": 1.1672397777461176 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Cucumber Vodka", "total_sale_dollars": 886605.2000000005, "total_bottles": 78959, "avg_price_per_100ml": 1.5032402002861232 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka PET", "total_sale_dollars": 851920.4400000006, "total_bottles": 170044, "avg_price_per_100ml": 0.6679999999999999 }, { "vendor_name": "Luxco-St Louis", "item_description": "Korski Vodka", "total_sale_dollars": 849511.0700000006, "total_bottles": 101502, "avg_price_per_100ml": 0.5970910154134044 } ], "most_expensive_products": [ { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Ruby Grapefruit Mini", "total_sale_dollars": 402.59999999999997, "total_bottles": 61, "avg_price_per_100ml": 13.200000000000001 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka Mini", "total_sale_dollars": 427452.7999999992, "total_bottles": 68944, "avg_price_per_100ml": 9.56800213770375 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Chocolate Hazelnut", "total_sale_dollars": 1544.4899999999996, "total_bottles": 131, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Plum", "total_sale_dollars": 8783.550000000001, "total_bottles": 745, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Pumpkin Spice", "total_sale_dollars": 3360.1499999999987, "total_bottles": 285, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Caramel Vodka", "total_sale_dollars": 67688.95999999999, "total_bottles": 5744, "avg_price_per_100ml": 1.5712159847764031 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Chocolate Covered Cherry", "total_sale_dollars": 9414.329999999998, "total_bottles": 799, "avg_price_per_100ml": 1.571064017660044 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Wedding Cake Vodka", "total_sale_dollars": 31230.98, "total_bottles": 2651, "avg_price_per_100ml": 1.570739485247959 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Wedding Cake Vodk", "total_sale_dollars": 1696.32, "total_bottles": 144, "avg_price_per_100ml": 1.5706666666666667 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Whipt Vodka", "total_sale_dollars": 989.5200000000001, "total_bottles": 84, "avg_price_per_100ml": 1.5706666666666667 } ] }, { "vendor_name": "Bacardi U.S.A., Inc.", "total_sale_dollars": 33377101.73999989, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 57050.47000000001 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 61867.5 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 62691.01 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 68260.11999999998 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 79273.52999999997 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 72474.79 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 74096.83 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 95922.62000000001 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 72217.22 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 66833.95999999998 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 94855.74999999999 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 77466.04 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 69410.22 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 90672.43999999997 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 80557.01999999997 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 85381.33 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 96658.31 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 82606.54 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 99779.16000000002 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 71165.99000000005 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 102577.04000000004 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 79358.76 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 82684.49000000002 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 89772.28999999996 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 104846.59000000001 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 108517.86000000002 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 99138.11000000003 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 90129.53000000001 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 93810.35 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 80136.06999999999 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 103665.93 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 83444.65000000002 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 89792.38000000003 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 84512.65 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 131300.71999999997 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 67569.09000000001 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 85917.45999999999 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 66055.65 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 87467.72 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 106951.69000000003 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 97778.71000000002 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 172139.9 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 93142.45999999999 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 61960.45999999999 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 62724.91999999999 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 105297.73999999996 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 29052.81 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 72919.71 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 74444.29000000001 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 98195.33000000003 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 126426.46000000002 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 100487.76000000001 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 75671.20999999999 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 64212.93 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 56402.100000000006 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 75618.45999999999 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 60469.819999999985 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 72936.31999999999 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 69130.75 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 79326.23000000001 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 71816.97 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 93697.48000000001 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 79448.37 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 76655.02 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 70801.47000000002 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 90117.69000000002 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 81222.21999999999 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 91000.65000000002 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 75999.78 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 97726.61000000002 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 88315.22999999998 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 73212.22999999998 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 102701.72999999997 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 81900.19000000003 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 158820.27999999994 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 106441.90999999997 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 50072.32999999998 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 126786.35000000002 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 87443.25 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 80093.70999999999 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 84129.73999999998 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 72738.63999999998 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 84642.80999999998 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 98057.27999999997 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 77500.56999999998 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 91272.04000000001 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 106450.57999999997 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 72768.7 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 77591.27999999998 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 82845.38 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 72466.25 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 162100.11999999997 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 142781.76000000004 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 86179.06000000001 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 71103.92 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 78172.35 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 99679.48 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 151586.53 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 139735.86999999997 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 39185.670000000006 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 86709.73000000001 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 112758.07 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 132587.98 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 143544.51000000004 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 73254.35 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 90685.07 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 66003.02 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 60734.430000000015 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 66005.59 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 115572.75000000001 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 118270.84999999999 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 78597.06999999999 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 111038.38000000002 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 59988.76000000001 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 68258.58999999998 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 68593.75000000003 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 63825.289999999986 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 87601.18 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 72601.81000000001 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 78039.65000000001 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 73148.58 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 95555.70999999999 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 90333.60000000002 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 110483.28000000001 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 112614.97000000002 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 68748.45 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 119009.02 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 144438.21 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 75719.26000000001 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 160208.38000000003 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 58874.75 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 82587.26000000001 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 102893.13000000002 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 86502.26000000002 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 76284.42000000004 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 99275.51000000001 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 82797.9 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 82093.04000000001 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 132200.37 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 71122.91000000002 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 145830.02 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 87597.51000000001 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 66139.64 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 72106.26 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 105145.54999999996 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 104773.40999999999 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 70868.79 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 136781.66000000003 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 80544.96 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 48549.96000000001 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 109928.35 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 38720.82 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 94669.90000000001 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 88667.99999999999 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 146131.79 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 116876.06000000003 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 91466.40000000001 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 99500.11000000002 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 137745.16 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 66830.56999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 78383.15 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 54240.57 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 86875.66000000002 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 73621.62000000002 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 73000.36 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 76468.91000000002 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 75290.78 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 71928.95000000001 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 67869.06 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 115740.18 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 100482.71000000002 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 77862.33 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 96358.55 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 109102.20000000003 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 97283.26999999999 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 82388.31000000001 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 129907.98999999999 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 62517.380000000005 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 111919.35 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 84601.16 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 143877.65000000005 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 145578.7 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 73944.82 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 92988.76000000005 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 96323.54000000001 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 97120.03000000003 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 90851.72999999998 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 103354.26999999999 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 101688.00000000003 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 103717.08000000005 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 109113.62000000002 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 104887.29000000001 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 89631.76999999999 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 119522.51000000002 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 86494.24000000003 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 92304.13000000002 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 89021.36999999998 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 90237.42 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 95848.95 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 97953.23000000003 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 100703.33000000002 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 89490.24 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 163423.90000000005 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 54948.649999999994 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 100901.43999999999 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 94165.53000000001 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 157904.62 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 110252.8 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 86552.29999999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 90878.1 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 73206.63000000002 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 34775.55000000001 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 74884.33 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 66614.40000000001 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 82345.13999999997 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 65184.900000000016 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 76480.86 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 84829.51 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 65083.21 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 68262.63 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 68922.34999999998 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64431.06999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 87177.25999999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 97016.80999999995 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 84279.48000000001 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 77172.35 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 101523.22 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 83464.25999999998 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 73975.56000000001 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 119040.91999999998 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 61472.2 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 100983.65999999997 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 109890.93000000001 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 87424.54000000002 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 108918.92 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 108951.82999999999 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 184671.43000000002 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 91996.78000000001 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 130291.81999999996 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 112247.59000000001 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 97271.33000000003 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 72828.01000000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 67145.13999999998 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 78674.67 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 60886.900000000016 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 78499.51000000001 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 99264.62000000001 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 68149.34000000001 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 784.5 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1128.38 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1336.98 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 604.5 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1702.8400000000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 3430.38 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 691.42 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 565.38 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1180.49 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2235.2599999999998 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 503.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 6238.34 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1382.15 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 683.12 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 635.0600000000001 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1367.95 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 10161.509999999998 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1558.38 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 922.98 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 119.22999999999999 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1421.8600000000001 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 527.01 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 991.96 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 45960.98 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 75468.56 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 145254.17 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 73019.28000000001 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 67469.39 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 52321.280000000006 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 57072.009999999995 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 68863.46000000002 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 86846.62 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 67350.91999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 91171.83 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 82957.01999999999 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 84001.51999999999 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 106621.54999999997 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 109323.12 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 109503.75000000001 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 107777.38 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 93389.39000000001 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 96136.89 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 119306.51999999999 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 89312.01 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 63493.970000000016 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 65319.27 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 63435.48 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 98112.75000000001 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 67377.22999999997 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 80799.01000000001 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 71190.85999999999 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 60679.129999999976 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 85221.02 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 54757.41 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 70904.54999999997 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 72280.76 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 52504.82000000001 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 105317.86 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 76058.24 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 51958.43 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 80434.82000000002 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 135174.38000000003 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 94999.45999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 137724.27 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 86728.68000000001 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 390.62 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 400.38 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 340.46000000000004 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 379.5 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1204.5 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1350 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 5455.48 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 820.36 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 99 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 134.98 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 90 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 360 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 27.74 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 674.08 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 262.5 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 125.24 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 709.26 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 1350 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 303.75 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1442.2 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1469.88 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 50200.28 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 88415.35000000002 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 71891.98999999999 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 122273.19 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 48661.450000000004 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 83608.68999999999 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 65583.97 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 101233.46 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 77301.02999999998 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 360 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 270 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 279 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1013.88 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 106439.05 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 104807.04000000002 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 59748.71000000001 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 100691.81999999999 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 59371.549999999996 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 81766.79000000004 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 60594.819999999985 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 68373.78000000001 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 55772.28999999999 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 29767.500000000004 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1051.44 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 368.94 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 390.7 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 5195.2699999999995 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1037.8200000000002 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 1611.49 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1134.52 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1017.62 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 262.5 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 133.45999999999998 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 196.98000000000002 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 581.98 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 450.72 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 200.95999999999998 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 2524.17 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 66417.78 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 54100.97 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 47156.50000000001 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 54394.24 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 59333.23000000001 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 67232.53000000001 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 60102.929999999986 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 68980.48000000001 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 76799.78000000001 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 116566.10999999999 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 93592.96999999999 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 75391.45000000001 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 95550.30000000002 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 66698.73999999999 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 67625.70000000001 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 64754.03 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 74433.55 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 65458.69000000002 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 66214.66 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 57716.05999999999 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 61794.67 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 44913.43999999999 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 38578.719999999994 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 40651.32 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 49974.290000000015 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 48297.92 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 55746.82 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 56475.659999999996 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 45278.41 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 43166.63 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 54014.42000000001 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 41836.94999999999 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 43932.009999999995 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 72521.52 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 53075.72 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 86501.57999999999 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 72829.61999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 74159.34 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 63470.81 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 84492.31999999999 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 66814.65000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 64121.28 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 76284.67 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 75921.51000000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 73231.67 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 59290.86 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 60355.94999999998 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 53350.24999999999 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 61070.31999999998 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 59665.69000000003 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 64568.67999999999 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 66291.75999999998 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 60195.230000000025 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 60722.54000000001 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 71539.51 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 60356.24000000001 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 71142.67 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 74331.56999999999 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 69226.89 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 51584.88000000001 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 47192.35999999999 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 51695.67999999998 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 46596.679999999986 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 52476.340000000004 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 50044.49999999999 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 9681.11 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 27732.899999999998 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 65548.76 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 67438.69 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 67661.75000000003 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 99652.88 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 95199.91999999998 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 83334.35999999999 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 81987.08 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 20561.41 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 153320.50000000003 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 125792.56999999998 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 59981.53 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 55293.540000000015 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 81979.04999999999 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 102024.7 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 70716.91 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 72793.95000000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 87809.98999999998 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 49111.50999999999 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 32535.92 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 108450.89999999998 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 60549.51 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 59616.38999999999 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 51937.14 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 29949.15 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 30065.520000000004 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 43925.7 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 11410.380000000001 } ], "top_sellers_by_revenue": [ { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka", "total_sale_dollars": 26177382.039999984, "total_bottles": 1119844, "avg_price_per_100ml": 3.5148016139297464 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose", "total_sale_dollars": 5654244.14, "total_bottles": 269893, "avg_price_per_100ml": 3.534421301511952 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka Mini", "total_sale_dollars": 340740, "total_bottles": 11352, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Cherry Noir", "total_sale_dollars": 317092.49999999977, "total_bottles": 11798, "avg_price_per_100ml": 3.634589831924001 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka L'orange", "total_sale_dollars": 178424.09999999998, "total_bottles": 6540, "avg_price_per_100ml": 3.633020802620803 } ], "most_expensive_products": [ { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences White Peach & Rosemary Mini", "total_sale_dollars": 1792.8000000000004, "total_bottles": 60, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences Strawberry & Lemongrass Mini", "total_sale_dollars": 2121.4800000000005, "total_bottles": 71, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences Watermelon & Basil Mini", "total_sale_dollars": 1553.7600000000004, "total_bottles": 52, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Mini", "total_sale_dollars": 120450, "total_bottles": 4015, "avg_price_per_100ml": 46.24381466486731 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose VX", "total_sale_dollars": 39511.71000000001, "total_bottles": 659, "avg_price_per_100ml": 7.392 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose La Poire Mini", "total_sale_dollars": 1050, "total_bottles": 35, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Le Citron Mini", "total_sale_dollars": 1050, "total_bottles": 35, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Le Melon Mini", "total_sale_dollars": 2760, "total_bottles": 92, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Multi Pack", "total_sale_dollars": 8390, "total_bottles": 839, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka Mini", "total_sale_dollars": 340740, "total_bottles": 11352, "avg_price_per_100ml": 5 } ] }, { "vendor_name": "E & J Gallo Winery", "total_sale_dollars": 32856079.43000007, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 2217.3 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 2393.2400000000002 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 2936.0399999999995 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 2119.13 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 4031.4500000000003 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 3847.9400000000005 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 12033.689999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 3137.2399999999993 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 2584.0500000000006 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 3170.85 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 3532.19 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 4745.36 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 2254.9700000000003 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 27931.79 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 5966.59 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 5621.57 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 2518.83 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 4445.349999999999 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 2405.75 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 2698.2299999999996 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 3887.4900000000002 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 3481.709999999999 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 6961.589999999999 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 2970.1600000000003 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 4438.929999999999 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 6305.61 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 5673.729999999999 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 2792.5200000000004 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 4959.150000000001 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 4551.469999999999 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 7409.6 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 13549.830000000002 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 12436.690000000004 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 7860.370000000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 10563.619999999999 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 7008.429999999999 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 10608.26 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 9021.290000000003 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 8972.34 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 19895.810000000005 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 22566.10000000001 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 19901.26000000001 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 16417.960000000003 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 9254.809999999998 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 11781.520000000002 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 11741.899999999998 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 3842.2999999999993 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 10711.250000000002 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 8882.559999999998 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 7604.7300000000005 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 12612.710000000001 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 14298.689999999999 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 12403.01 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 8012.11 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 6863.43 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 7533.709999999999 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 9037.479999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 14602.590000000004 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 8016.730000000001 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 11531.839999999997 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 11077.819999999996 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 10797.79 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 14118.199999999999 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 11254.970000000005 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 12059.040000000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 40632.53999999998 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 27950.580000000013 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 17345.790000000005 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 20746.03 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 16040.819999999996 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 12116.79 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 11416.590000000002 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 12228.660000000002 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 18821.84 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 17346.83 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 23781.410000000007 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 11035.829999999998 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 18335.210000000003 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 1852.6500000000003 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 33541.10999999999 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 24546.85 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 22223.559999999998 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 26241.409999999985 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 22266.79 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 26396.510000000006 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 13148.580000000004 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 31815.78 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 17071.189999999995 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 20385.980000000003 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 20919.029999999995 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 26284.95 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 41519.520000000004 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 30502.720000000005 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 18405.800000000003 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 25164.569999999996 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 37317.999999999985 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 17906.269999999997 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 19608.05 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 26768.05 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 10170.449999999999 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 23957.23 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 32381.09 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 30773.520000000008 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 24246.28 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 19026.07 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 23636.760000000002 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 17601.660000000007 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 24430.260000000002 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 22057.14 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 41589.420000000006 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 28961.13 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 30923.010000000006 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 28052.22000000001 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 36517.98 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 29907.21 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 22182.11 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 20524.840000000004 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 62932.39 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 56745.21000000001 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 51252.729999999996 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 68018.05000000002 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 48320.06000000001 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 24853.799999999996 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 32646.869999999995 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 50136.12 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 28323.540000000005 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 45373.88999999999 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 42449.12 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 29663.05000000001 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 80347.11 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 31120.340000000004 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 43351.780000000006 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 43182.72000000001 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 42878.83999999999 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 34016.82 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 129794.99999999997 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 44820.57 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 53422.020000000004 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 67085.44 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 59718.159999999996 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 70387.43999999999 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 70392.39999999998 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 71317.18000000001 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 54401.59000000001 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 74537.61 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 46016.69 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 138217.47 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 108481.46 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 48475.03000000001 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 34980.96000000001 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 59184.340000000004 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 18381.850000000002 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 83279.15999999999 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 38348.31999999999 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 66875.59999999999 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 43380.78999999999 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 57882.78999999999 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 34232.72000000001 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 34912.25 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 32625.96 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 38462.99 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 42118.05 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 37272.87 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 35648.11999999999 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 37924.50000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 105139.87000000002 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 61808.57 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 58883.52999999998 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 55632.90000000001 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 90907.68999999999 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 60786.310000000005 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 62839.68999999998 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 73387.49000000002 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 86580.76000000001 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 35247.02 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 44860.88000000001 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 41367.98 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 33403.469999999994 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 81655.46000000002 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 56930.79000000001 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 56266.950000000004 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 108114.10000000002 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 46733.579999999994 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 51666.22 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 52709.77999999999 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 41363.47000000001 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 50078.97000000001 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 101459.91 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 67177.18000000002 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 104377.37 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 94440.11 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 62787.68000000001 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 37708.229999999996 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 52850.65000000001 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 40605.85 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 88917.84 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 86406.02000000002 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 58843.77000000001 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 79937.34999999999 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 98513.61999999998 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 45038.85 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 41676.15000000001 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 56279.53 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 21428.26 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 108889.57999999997 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 93186.68000000001 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 76518.82000000002 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 61900.34000000001 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 73254.2 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 41997.80000000001 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 40963.63000000001 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 27455.890000000003 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 45469.08000000001 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 53437.27000000001 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 43220.5 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 40236.57000000001 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 39211.17 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 74745.99 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 87833.24000000002 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 94671.64 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 56861.47 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 62947.76 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 86275.33 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 56928.23000000001 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 73202.72 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 87472.29 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 45190.439999999995 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 43916.61 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 45508.44 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 66526.32 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 89531.84 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 89608.87 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 129225.91 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 128917.86 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 177751.55999999997 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 43100.8 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 65361.52000000003 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 41617.15 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 59275.22 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 74739.91999999998 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 69064.45999999999 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 76585.78000000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 101262.37 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 72986.66999999998 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 45522.34000000001 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 53391.37000000001 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 53657.91 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 51658.66999999999 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 119075.33999999998 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 77743.65999999999 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 100104.69999999998 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 127066.45999999998 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 98856.20999999999 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 60576.66000000001 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 67625.36000000002 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 39749.56000000001 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 101860.38 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 101834.86 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 100550.80000000002 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 89535.95999999996 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 118357.62999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 44948.84000000002 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 54843 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 46972.810000000005 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 55231.84 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 55384.48 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 60765.240000000005 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 54322.740000000005 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 62393.59000000001 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 117291.43 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 113288.31000000003 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 89836.88 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 89404.03000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 80872.64999999998 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 100078.35000000002 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 75523.02 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 69818.83 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 125334.15000000002 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 56345.149999999994 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 58352.399999999994 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 72616.29000000001 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 60638.959999999985 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 77972.53 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 164444.14 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 121915.12000000002 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 117239.45 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 91742.15 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 62656.329999999994 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 99919.02999999996 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 63673.24 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 58238.99999999999 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 97802.54000000001 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 109255.96999999997 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 103314.58 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 97681.15 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 128529.61999999995 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 59598.15 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 76714.37 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 59824.3 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 61180.63000000001 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 129331.5 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 82811.26000000004 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 84463.26999999999 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 115967.39 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 84991.52 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 53409.469999999994 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 59180.5 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 29077.789999999997 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 81355.16 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 111833.34 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 70980.2 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 97884.93 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 62119.689999999995 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 42339.49999999999 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 57403.00000000001 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 51200.16999999999 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 60829.11000000001 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 54929.20000000001 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 55821.23999999999 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 51061.53999999999 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 59615.469999999994 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 76622.58999999998 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 94620.15999999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 83525.59 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 86698.26999999999 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 71643.83 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 72653.52999999998 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 61899.590000000004 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 91196.66999999998 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 88862.81 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 53241.07999999999 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 70690.17000000001 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 72329.61 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 80941.31 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 56527.020000000004 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 113865.9 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 80125.92999999998 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 80182.55 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 113276.55 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 51379.72999999999 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 96301.82000000004 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 64151.479999999996 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 72681.67000000001 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 62891.069999999985 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 86220.50999999998 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 113099.86000000002 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 84905.57999999999 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 88524.51999999999 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 51831.14 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 81088.43 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 74257.41999999998 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 72632.04000000001 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 73907.33999999998 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 97447.54000000001 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 97845.74999999999 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 83693.97 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 62118.79999999999 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 63891.170000000006 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 76028.45 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 74760.8 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 78569.38 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 86314.05000000003 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 58120.259999999995 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 92140.73000000003 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 60710.46 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 66581.64 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 81746.26000000001 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 60312.84 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 54474.22000000001 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 61696.530000000006 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 69197.48999999999 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 62868.6 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 50927.98999999999 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 57874.39999999999 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 72422.03000000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 59220.77999999999 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 50705.920000000006 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 31537.77 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 49573.18 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 22405.820000000007 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 25584.879999999997 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 54774.579999999994 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 119288.97 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 79870.23 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 67694.04 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 106650.66 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 105926.31999999999 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 80778.83000000003 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 58981.729999999996 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 57976.70000000001 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 76761.54 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 57888.27 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 63492.399999999994 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 75125.85 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 63430.77000000001 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 97978.17999999996 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 73804.54 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 75572.45 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 79073.74 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 88296.20999999998 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 72856.71 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 71218.63 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 66847.21 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 61350.29 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 72138.87000000001 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 59421.77 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 66602.02 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 69345.08 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 82762.56999999999 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 70122.30000000002 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 62703.79999999999 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 73409.99 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 69318.52999999997 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 85129.90999999997 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 71750.52999999998 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 69885.90999999999 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 67623.53000000001 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 59870.38999999999 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 77947.52 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 72322.11 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 68823.00000000001 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 82372.15999999999 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 76469.01999999997 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 62958.47 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 70402.42999999998 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 83664.94 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 80829.79999999999 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 69912.29000000001 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 83497.12 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 101438.72000000003 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 118536.92 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 139631.41999999998 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 100762.91000000002 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 88954.75999999998 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 93410.53 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 83418.18 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 84984.72999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 100914.02999999998 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 104581.59000000001 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 103745.56999999999 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 85155.98999999999 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 94282.21999999999 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 106159.5 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 101305.18999999999 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 108178.43000000002 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 78516.9 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 81406.14 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 78149.44 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 94484.91000000002 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 93053.35000000002 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 115685.97999999995 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 112420.89 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 88945.93999999997 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 110471.57999999997 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 92001.26999999999 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 98590.04999999999 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 101931.60999999999 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 91995.68999999997 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 82432.55999999998 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 79618.67000000001 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 86454.01000000001 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 118799.32 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 83947.71 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 94701.37 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 86538.17999999998 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 90685.78999999998 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 89566.15 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 80159.71999999999 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 87127.08999999998 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 71586.44999999997 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 113058.15000000004 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 87562.73000000003 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 101216.37 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 103431.54999999997 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 91840.39000000001 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 94444.77999999997 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 85816.20000000001 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 89656.23999999999 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 99046.32999999996 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 78136.45999999999 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 102394.66000000002 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 130767.12000000001 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 97649.59000000001 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 98340.30000000003 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 85858.68999999999 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 98986.78000000003 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 82189.51999999999 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 88708.19999999998 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 103664.70999999999 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 89477.01999999999 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 118733.09999999996 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 109300.02999999998 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 81014.98999999999 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 76401.8 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 94413.56000000001 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 110259.04000000001 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 92431.94 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 82309.56999999999 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 108141.09999999999 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 98086.87999999998 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 72170.94 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 108948.00999999997 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 104567.65000000002 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 118715.55999999998 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 100168.69999999995 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 102738.81000000001 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 79068.34999999999 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 79299.62000000002 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 77886.98000000001 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 89106.72000000002 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 82535.63 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 86466.36000000003 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 90678.24 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 120941.88999999998 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 78161.06000000003 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 116623.52000000002 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 79006.16999999998 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 85955.41999999998 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 97791.74000000002 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 89643.86 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 102778.38999999997 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 90565.22 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 99002.56999999998 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 78916.17 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 88956.54000000001 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 81327.56999999996 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 10432.78 } ], "top_sellers_by_revenue": [ { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Vodka", "total_sale_dollars": 9103964.240000065, "total_bottles": 895172, "avg_price_per_100ml": 1.3751456625643628 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Peach", "total_sale_dollars": 5589626.829999994, "total_bottles": 730861, "avg_price_per_100ml": 1.4489755215382458 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam 80prf", "total_sale_dollars": 5420695.059999996, "total_bottles": 640505, "avg_price_per_100ml": 1.4065566139468015 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Red Berry", "total_sale_dollars": 2252851.549999998, "total_bottles": 294274, "avg_price_per_100ml": 1.446255877564311 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pink Whitney", "total_sale_dollars": 2046979.5799999996, "total_bottles": 191678, "avg_price_per_100ml": 1.439332198507267 } ], "most_expensive_products": [ { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Apple Mini", "total_sale_dollars": 831, "total_bottles": 100, "avg_price_per_100ml": 16.62 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Gluten Free Mini", "total_sale_dollars": 2592.719999999999, "total_bottles": 312, "avg_price_per_100ml": 16.62 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pink Whitney Mini", "total_sale_dollars": 251323.2800000001, "total_bottles": 34374, "avg_price_per_100ml": 14.771426313709995 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam 80prf Mini", "total_sale_dollars": 448798.1700000009, "total_bottles": 54007, "avg_price_per_100ml": 13.85303925938625 }, { "vendor_name": "E & J Gallo Winery", "item_description": "SOOH New Amsterdam Mango Mini", "total_sale_dollars": 8110.560000000002, "total_bottles": 976, "avg_price_per_100ml": 13.751071428571432 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Grapefruit Mini", "total_sale_dollars": 44475.11999999999, "total_bottles": 5352, "avg_price_per_100ml": 13.438909176029965 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pineapple Mini", "total_sale_dollars": 45356.39999999999, "total_bottles": 5472, "avg_price_per_100ml": 13.397633093525183 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Peach Mini", "total_sale_dollars": 104426.65999999993, "total_bottles": 12568, "avg_price_per_100ml": 12.180151326699834 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Orange Mini", "total_sale_dollars": 9706.08, "total_bottles": 1168, "avg_price_per_100ml": 6.445941780821918 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam", "total_sale_dollars": 416962.72000000003, "total_bottles": 122959, "avg_price_per_100ml": 1.8307605552342394 } ] }, { "vendor_name": "DIAGEO AMERICAS", "total_sale_dollars": 31119466.5900018, "by_month": [ { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 211.44 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 202.5 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 945 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 4653.5199999999995 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 82581.4 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 1411.81 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 313885.3600000001 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 274189.1000000001 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 267821.02 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 286524.32000000007 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 354360.19000000006 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 275687.17000000004 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 282877.42000000004 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 180205.58000000002 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 284439.31000000006 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 316019.12000000017 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 280884.7300000001 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 300010.22000000003 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 241141.03000000014 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 178797.02 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 186970.82 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 192666.56 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 185674.63 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 198200.43000000008 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 218577.98000000013 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 189765.42 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 202354.83000000007 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 203295.2500000001 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 249860.8600000001 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 115887.48000000003 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 14621.71 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 365 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 292.96 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 629.8199999999999 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 504.98 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 553 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 359.52 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 382.64 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 417.68 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 332.88 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 1519.3999999999999 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 445.68 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 163.56 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 1082.31 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 235.58 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 481.32 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 805.44 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 27.76 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 1054.3200000000002 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 486.56 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 198 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 334.56 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 498.12 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 36995.65 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 357 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 332.88 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 495.12 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 665.76 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 1150.8799999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 665.94 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 104269.08 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 143673.65000000005 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 253524.7900000001 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 212011.04000000004 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 219684.1600000001 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 195739.0100000001 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 195769.82000000007 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 164336.37000000005 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 175800.87000000008 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 180342.2700000001 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 287280.61000000004 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 198754.03000000003 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 213345.59000000003 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 321886.2700000001 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 198845.8900000001 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 219284.64000000007 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 210496.08000000007 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 227887.05000000005 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 346218.9300000001 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 277425.7700000001 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 284608.3900000001 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 338102.41000000003 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 231143.28000000014 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 220259.04000000007 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 6012.4 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 193.62 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 787.5 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 353.25 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 241016.22999999998 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 316314.1400000001 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 282106.42000000004 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 286147.3400000001 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 392534.34000000026 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 9785.240000000002 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 168750.68 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 289604.8900000001 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 126996.73000000001 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 249340.93000000014 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 375460.29 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 241395.77000000002 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 327580.13000000006 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 198506.99000000008 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 197760.34000000003 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 206771.25000000012 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 178364.78000000006 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 163076.71000000005 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 176377.14000000007 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 206436.47999999998 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 174256.37000000002 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 206155.24000000005 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 148876.06000000003 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 107878.44 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 207989.2300000001 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 212057.96000000008 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 229123.15000000008 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 317618.80000000016 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 198375.80000000008 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 226414.77000000008 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 217406.46000000002 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 410948.97999999986 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 264114.6600000001 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 277549.1700000001 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 257658.08000000005 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 233713.9900000001 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 229012.75000000003 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 199219.15000000005 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 203575.62000000005 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 209452.94000000015 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 207189.10000000003 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 242769.99000000005 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 287935.63000000006 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 243290.64000000013 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 214206.71000000008 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 196809.72 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 177030.91 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 150645.92000000004 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 169065.4400000001 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 174049.53000000006 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 219237.06000000003 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 250737.44999999998 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 251166.7700000001 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 245050.31000000006 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 181763.27000000008 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 201244.6000000001 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 195989.28 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 201081.74000000008 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 203112.80000000002 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 200669.63000000006 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 188555.27000000005 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 223325.68000000002 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 194448.71000000005 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 204992.83000000002 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 278968.4900000001 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 250989.91 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 262709.8600000001 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 238914.34000000008 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 297977.19000000006 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 265504.14000000013 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 226838.92000000013 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 273284.75 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 305909.37000000005 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 101497.11999999998 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 12.38 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 41613.770000000004 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 230264.3000000001 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 224483.5000000001 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 207187.35000000003 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 195417.62000000005 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 391012.13 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 346180.67 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 299410.43000000005 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 307858.96 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 223292.27000000014 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 299687.4400000001 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 227909.18000000005 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 66222.95999999998 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 363.75 } ], "top_sellers_by_revenue": [ { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff 80prf", "total_sale_dollars": 8104948.929999934, "total_bottles": 767149, "avg_price_per_100ml": 1.669954677423554 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff 80prf PET", "total_sale_dollars": 3020078.36999999, "total_bottles": 162249, "avg_price_per_100ml": 1.4170941069915561 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One", "total_sale_dollars": 2162203.2700000005, "total_bottles": 96383, "avg_price_per_100ml": 2.2658352448870045 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff PET 80prf", "total_sale_dollars": 2121018.6199999955, "total_bottles": 115481, "avg_price_per_100ml": 1.4134323406873024 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One Imported Vodka", "total_sale_dollars": 1529122.2699999998, "total_bottles": 66345, "avg_price_per_100ml": 2.372157168835463 } ], "most_expensive_products": [ { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc Summer Colada Mini", "total_sale_dollars": 156.48, "total_bottles": 2, "avg_price_per_100ml": 78.24 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3601.8000000000015, "total_bottles": 94, "avg_price_per_100ml": 66.36857142857144 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Pink Lemonade Mini", "total_sale_dollars": 16176.029999999999, "total_bottles": 1443, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Cucumber & Lime Mini", "total_sale_dollars": 3788.980000000001, "total_bottles": 338, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Strawberry & Rose Mini", "total_sale_dollars": 5111.76, "total_bottles": 456, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Vanilla Mini", "total_sale_dollars": 269.04, "total_bottles": 24, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Sours Berry Lemon Mini", "total_sale_dollars": 134.52, "total_bottles": 12, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Watermelon & Mint Mini", "total_sale_dollars": 6636.320000000002, "total_bottles": 592, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One Botanical Peach & Orange Blossom Mini", "total_sale_dollars": 3029.4000000000005, "total_bottles": 170, "avg_price_per_100ml": 20.625702127659576 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Sours Green Apple Mini", "total_sale_dollars": 372, "total_bottles": 36, "avg_price_per_100ml": 19.79 } ] }, { "vendor_name": "Sazerac North America", "total_sale_dollars": 29172411.00000132, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 37796.29 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 56740.68 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 50626.68 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 62344.049999999996 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 63021.96000000001 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 60566.48000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 76134.90999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 67735.11 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 68567.89000000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 52850.829999999994 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 67093.93000000001 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 69518.71000000002 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 55910.40000000001 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 71287.81000000001 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 73865.04000000001 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 72447.17000000001 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 72074.37 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 65303.10999999999 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 65306.08000000002 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 69309.15 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 86540.20999999998 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 53489.520000000004 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 75581.98000000001 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 65472.68 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 62770.23 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 92117.38999999998 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 65338.70999999999 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 67188.41000000002 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 71304.81 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 69713.03 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 78483.26000000001 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 64333.98 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 67815.98 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 70283.2 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 81562.24 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 51272.69000000001 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 73786.84999999999 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 63681.85 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 83122.41000000002 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 64616.189999999995 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 59979.66 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 72764.95000000001 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 59537.52000000001 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 54705.4 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 64584.12999999999 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 94416.62999999998 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 24170.710000000003 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 68122.04999999999 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 52579.19999999999 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 80161.64999999998 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 85178.57999999999 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 52747.020000000004 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 40066.909999999996 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 55797.40000000001 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 58703.020000000004 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 62854.669999999984 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 52761.08999999999 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 68879.94000000002 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 57893.169999999984 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 57076.21000000001 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 76119.17000000001 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 57999.54 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 62209.35000000001 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 56721.11 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 56778.37999999999 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 58950.34 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 65975.14000000001 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 59406.21999999998 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 60882.47000000001 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 68190.87 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 69752.36000000002 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 51782.11000000001 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 67651.73000000001 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 69411.68 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 56997.579999999994 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 103196.74000000002 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 34871.51 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 46019.3 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 68279.56 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 90767.97999999998 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 70470.23999999999 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 72271.11999999998 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 71303.74 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 79811.05 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 106501.58999999998 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 67650.86000000002 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 69516.92000000001 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 71752.04 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 57215.710000000014 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 61174.83 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 51646.180000000015 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 91927.84000000001 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 77820.65999999997 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 66165.49 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 55746.96000000001 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 60112.85000000001 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 59993.460000000014 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 61304.17999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 85817.01 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 25322.66 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 71839.78000000001 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 66214.60999999999 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 88868.03 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 53335.93000000001 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 24890.839999999997 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 86977.76 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 49473.969999999994 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 63803.04999999999 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 59334.21999999999 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 55411.29 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 54028.04 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 52855.409999999996 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 59602.41 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 75330.13 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 122116.15999999999 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 70519.56 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 50475.76000000001 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 54979.72999999999 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 66495.01 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 58723.58 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 48885.419999999984 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 61931.46000000001 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 62992.88 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 77668.60999999999 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 87320.77999999998 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 34677.45 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 90790.08000000002 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 147094.18000000005 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 77577.13000000002 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 88458.22 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 41340.2 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 65249.82000000001 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 61840.54000000001 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 72029.89 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 77948.63 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 140562.55 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 59905.73 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 76825.40000000001 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 94885.11000000003 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 44302.28999999999 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 86300.63999999998 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 57922.000000000015 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 65384.21 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 101452.59000000001 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 125887.26000000001 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 82009.22000000002 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 62967.04 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 91919.18999999996 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 78933.97999999998 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 42621.600000000006 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 95430.06999999999 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 33123.420000000006 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 113475.95999999999 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 68904.14000000001 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 93109.5 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 70501.84999999999 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 42653.26 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 78852.38000000002 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 89745.64000000003 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 45951.53999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 74626.24000000002 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 70185.45000000001 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 74824.76999999999 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 59070.920000000006 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 76492.54000000002 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 92336.68000000001 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 79865.50000000003 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 120512.71000000004 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 61343.14000000001 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 84585.03 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 53781.01 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 60992.079999999994 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 75012.15999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 80073.56 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 73277.39999999995 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 83475.12000000002 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 109401.22 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 60426.88 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 86229.31 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 75492.84999999999 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 153989.92000000004 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 141337.8 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 54966.50999999999 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 81803.29 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 72972.12000000001 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 67421.43 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 71797.87999999999 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 77024.81999999999 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 69821.83 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 100030.35999999997 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 136216.99 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 102870.04 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 55395.369999999995 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 77427.75000000003 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 126036.23000000001 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 92895.91000000003 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 76378.92 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 68613.62999999999 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 115113.95000000001 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 78785.33 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 69927.79000000001 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 85482.74999999999 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 112755.61 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 32535.160000000003 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 82558.11000000002 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 60718.31 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 127593.58000000003 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 99853.27 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 42677.14 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 60669.88 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 74348.65000000001 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 43923.3 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 91875.25 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 97145.65999999997 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 83853.33000000003 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 117800.99000000002 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 90497.20000000001 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 71699.81999999999 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 71726.19000000002 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 33337.749999999985 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 87967.82000000004 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 77025.12999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 72609.97 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 67816.1 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 73822.48000000001 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 80411.15999999999 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 75966.81999999999 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 71256.14000000001 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 85160.31000000003 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 109015.98000000001 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 49486.18 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 80152.55999999997 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 83429.81000000001 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 183622.85000000003 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 118543.02000000002 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 48929.87999999998 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 88899.67000000004 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 61588.849999999984 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 82991.47 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 102722.70999999996 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 77641.73999999999 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 73941.11000000002 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 90598.82000000002 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 74436.74999999999 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 65630.98 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 106925.58000000002 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 54913.430000000015 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 94736.24000000002 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 1425.6599999999999 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1106.6699999999998 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 453.81 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 720.42 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1670.64 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 1154.7499999999998 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1185.24 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 241.8 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 469.7199999999999 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 212.51999999999998 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 2314.7400000000002 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 3724.2900000000004 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 704.3399999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 452.5799999999999 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 436.67999999999995 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 618.18 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 93.48 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 448.20000000000005 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 101.15 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 13913.16 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 810.54 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 200.99999999999997 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 3793.92 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 37341.76 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 58390.79 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 65877.94999999998 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 69479.58 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 105515.58 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 86938.29999999999 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 70485.51999999999 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 71405.22 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 100069.30999999997 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 68601.20000000001 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 88208.46999999999 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 46474.63 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 108939.10000000005 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 76614.64999999998 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 79854.12000000001 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 114024.11 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 72136.15000000002 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 108099.12999999996 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 77502.57999999999 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 87475.62000000001 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 79624.83000000002 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 118905.37999999998 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 94956.44999999997 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 81477.60999999999 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 96223.79999999997 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 72102.94 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 136382.41999999995 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 83445.73999999998 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 73682.19000000002 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 94491.55000000003 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 99637.28000000003 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 75188.21999999999 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 114176.41000000003 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 88199.42 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 126773.79999999997 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 78670.89000000001 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 44291.03999999999 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 111209.34999999999 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 88525.48 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 81986.74999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 92083.57 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 35835.18 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 556.74 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 802.02 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 218.64 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 192.74 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 995.6200000000001 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 103.08 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 438.84000000000003 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 107.74 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 504.62 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 2014.17 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 7.71 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 108.66 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 368.21999999999997 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 131.26999999999998 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 253.82 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 414.78 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 270.1 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 340.52 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 373.67999999999995 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 802.42 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 351.05999999999995 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 172.42 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 15717.179999999997 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 72961.37 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 93952.91000000002 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 109690.86999999998 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 54118 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 86861.51000000005 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 112387.1 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 82717.99 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 47372.93999999999 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 204.12 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 124.56 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 507.59999999999997 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 453.70000000000005 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 86138.01000000001 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 98629.37999999999 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 82448.13999999998 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 62534.090000000004 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 81781.47 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 55083.71 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 116432.48000000003 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 108008.65000000002 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 75101.05 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 50595.22000000001 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 261.6 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 208.56 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 450.12 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 62.28 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 550.92 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 307.95 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 98.36 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 493.56 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 324.48 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 204.06 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 185.58 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 312.12 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 358.55999999999995 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 455.64 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 5858.4400000000005 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 68075.20999999999 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 67806.53999999998 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 69201.59 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 70618.84 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 70586.68 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 81863.49999999999 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 78519.95 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 70594.19 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 93862.19 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 69956.83999999998 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 87120.28999999998 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 80786.63 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 99936.71999999996 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 91323.57 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 72021.43 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 68707.71999999999 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 100401.22 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 93013.82 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 67055.47 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 79561.31999999998 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 69602.19000000002 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 45997.59 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 86208.08000000002 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 76110.59 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 78316.99000000002 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 82458.90999999997 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 80078.82000000002 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 94363.55000000003 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 94240.15000000002 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 104762.39999999998 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 63335.46000000001 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 76872.4 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 79432.28 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 61458.63 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 70929.72 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 83352.26000000001 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 75642.32 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 67034.34999999999 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 87946.38999999997 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 69582.88 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 92476.76000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 82073.01000000001 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 103086.62999999999 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 90115.64000000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 83341.82999999999 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 76652.26000000001 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 81969.71 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 89313.51 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 112825.56 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 66873.59000000001 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 81157.59000000001 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 106236.8 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 93082.79999999999 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 76151.74999999999 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 73748.03 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 93855.43 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 84167.12000000001 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 78569.46000000002 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 84516.03 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 89011.10999999999 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 79424.38 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 108647.89000000001 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 76117.67999999998 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 79010.62000000002 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 55493.170000000006 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 21768.159999999993 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 42367.469999999994 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 73253.96 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 101467.20000000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 80290.04000000002 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 74823.4 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 114714.48999999999 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 84364.97 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 57382.76999999999 } ], "top_sellers_by_revenue": [ { "vendor_name": "Sazerac North America", "item_description": "Barton Vodka", "total_sale_dollars": 16447240.140000246, "total_bottles": 2357035, "avg_price_per_100ml": 0.6139957314205857 }, { "vendor_name": "Sazerac North America", "item_description": "Skol Vodka", "total_sale_dollars": 5452572.669999979, "total_bottles": 708131, "avg_price_per_100ml": 0.6436095922833028 }, { "vendor_name": "Sazerac North America", "item_description": "Fleischmann's Royal Vodka 80 Prf", "total_sale_dollars": 2769771.020000005, "total_bottles": 265844, "avg_price_per_100ml": 0.5947985051514463 }, { "vendor_name": "Sazerac North America", "item_description": "Fleischmann's Royal Vodka", "total_sale_dollars": 1040630.8399999985, "total_bottles": 233498, "avg_price_per_100ml": 0.6512071866855468 }, { "vendor_name": "Sazerac North America", "item_description": "Caliber Vodka", "total_sale_dollars": 852521.0799999997, "total_bottles": 112346, "avg_price_per_100ml": 0.629978639561006 } ], "most_expensive_products": [ { "vendor_name": "Sazerac North America", "item_description": "99 Vodka Mini", "total_sale_dollars": 270, "total_bottles": 30, "avg_price_per_100ml": 9.75 }, { "vendor_name": "Sazerac North America", "item_description": "99 Raspberry Mini", "total_sale_dollars": 630, "total_bottles": 70, "avg_price_per_100ml": 4.8 }, { "vendor_name": "Sazerac North America", "item_description": "Barton Vodka Mini", "total_sale_dollars": 76134.24000000005, "total_bottles": 12931, "avg_price_per_100ml": 3.185 }, { "vendor_name": "Sazerac North America", "item_description": "Naked Jay Big Dill Vodka", "total_sale_dollars": 1121.28, "total_bottles": 96, "avg_price_per_100ml": 1.5569523809523809 }, { "vendor_name": "Sazerac North America", "item_description": "99 Raspberry Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Baja Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Tiki Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Chocolate Pretzel Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Cherry Vodka", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "99 Vodka mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 } ] }, { "vendor_name": "Laird And Company", "total_sale_dollars": 25775471.109998517, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 36683.90000000001 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 55831.88 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 60787.51999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 64290.61 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 65646.06 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 60002.319999999985 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 59744.64999999998 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 60401.969999999994 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 62480.09000000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 59792.96 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 66268.68 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 64404.96999999999 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 63331.51 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 68137.01 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 65266.49 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 70056.95 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 65973.43999999997 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 66370.56 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 71073.40000000001 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 72019.88999999998 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 95309.21999999999 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 47923.42999999999 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 73899.87000000002 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 73181.36 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 74305.45 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 88701.51999999999 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 75042.97 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 75429.75 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 74002.40999999999 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 72483.24 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 75777.50999999998 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 75453.68000000001 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 72072.42999999996 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 71003.83999999998 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 96828.57 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 54007.30000000001 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 77111.75999999998 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 67762.21999999999 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 71848.85 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 74129.9 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 73510.70999999999 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 69130.86 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 70610.75999999998 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 75650.48999999999 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 78245.48999999998 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 111123.21999999999 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 31939.54 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 75084.98 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 68627.90999999997 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 76565.52 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 102336.98 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 74395.21 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 40536.56 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 60069.29000000001 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 64706.340000000026 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 64921.05999999997 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 66940.76000000001 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 66445.58000000002 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 66708.48 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 63139.85 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 68524.20000000001 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 69795.51000000001 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 67942.61999999998 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 67117.95000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 65859.68 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 65438.45 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 70454.62000000001 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 68452.32999999999 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 69430.74 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 74091.88000000002 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 71197.47 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 69346.12999999999 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 87367.23 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 66621.67000000001 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 73066.1 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 106835.62999999999 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 27887.970000000005 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 98668.13999999997 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 83845.99000000002 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 78409.81 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 77101.84 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 76442.69 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 75073.07999999999 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 77365.70999999998 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 75040.26999999999 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 74094.65000000001 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 87642.13 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 79036.84999999999 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 69774.97000000002 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 73798.31999999999 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 69094.61999999998 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 78734.40999999996 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 63589.689999999995 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 69336.63 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 66309.60999999999 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 73382.14 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 69160.06 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 75846.12999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 115159.14999999998 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 33801.50000000001 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 70735.40999999999 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 63403.60999999998 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 105830.83999999998 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 58301.560000000005 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 24427.199999999993 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 67200.46999999999 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 65736.00000000001 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 67658.4 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 77884.92999999998 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 67947.79999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 62911.9 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 63271.049999999996 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 63105.2 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 65362.27000000001 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 61407.48999999998 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 63103.30999999999 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 61872.13 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 62636.88999999999 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 78818.33999999997 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 62148.049999999974 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 63327.05000000002 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 73699.64000000001 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 60643.51999999998 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 66165.22 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 84441.19999999998 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 46267.8 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 77806.36999999998 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 71340.93000000001 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 74246.62999999999 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 94155.86999999997 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 54012.23 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 74587.51 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 81600.5 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 73569.24 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 75070.26999999999 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 73237.31999999999 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 74613.3 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 73370.45999999999 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 85758.24 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 48781.77999999999 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 74416.65999999997 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 62118.28000000001 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 65788.1 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 70750.31999999999 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 66367.83999999998 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 68973.23999999999 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 65847.8 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 65285.59999999999 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 73405.05999999997 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 47243.01999999999 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 114990.03999999996 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 22219.480000000003 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 76851.52 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 81011.13999999998 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 105299.75999999998 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 64161.06000000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 24484.679999999997 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 77322.11999999998 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 72743.34000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 54050.99999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 65298.15999999998 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 66529.92 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 65349.65999999999 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 61189.14 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 67685.64000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 63752.67999999999 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 62880.999999999985 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 68007.56 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 60679.83999999999 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 66013.29999999997 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 68072.6 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 66758.47999999998 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 63980.03999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 68503.58 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 72846.2 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 68104.37999999999 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 90879.16 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 47459.99999999999 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 71657.20000000001 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 74129.26 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 79293.28000000003 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 84412.08 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 51101.94 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 74494.75999999998 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 77828.35999999999 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 68068.98 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 72367.08 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 69961.33999999998 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 70427.17999999998 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 74589.72 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 63582.28 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 90510.53999999996 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 48818.6 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 78422.55999999998 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 64541.21999999998 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 69170.36000000002 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 65019.99999999999 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 71222.29999999999 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 64272.599999999984 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 66604.79999999999 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 68166.28 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 62297.41999999998 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 108731.51999999993 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 20302.860000000004 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 89178.67999999998 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 76819.65999999999 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 89102.51999999999 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 60465.59999999999 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 44838.23999999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 64081.54 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 76600.83999999998 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 42307.280000000006 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 71245.87999999998 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 73727.37999999999 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 62115.72 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 58135.36 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 69874.92 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 62843.34 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 61631.959999999985 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 44492.639999999985 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 63560.01999999999 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64168.42 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 65611.18 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 65379.81999999998 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 65768.78 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 67975.71999999999 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 66063.3 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 69552.52000000002 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 73914.78 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 89915.52000000002 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 48946.88000000002 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 77025.72 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 73870.34 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 76330.2 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 92132.64000000001 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 50477.99999999999 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 80956.19999999998 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 58032.119999999995 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 87453.16 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 72561.40000000001 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 74687.1 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 73161.56 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 69292.5 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 71509.92 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 49734.4 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 77881.05999999998 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 69073.4 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 62618.51999999999 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 767.52 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 653.5200000000001 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1130.8 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 772.12 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1055.86 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 654.36 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1198.06 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 426.96000000000004 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 923.8600000000001 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 744.9600000000002 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 687.1800000000001 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 333.96000000000004 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 845.9200000000001 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 163.79999999999998 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 504.5 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 570.6 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 720.4799999999999 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 670.8000000000001 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 519.76 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 265.44 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 459.12 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 146.39999999999998 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 600.48 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 23802.380000000005 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 61136.46000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 68479.47999999998 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 63454.24 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 73808.45999999998 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 66352.11999999998 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 66367.12 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 70109.47999999998 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 68814.70000000001 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 73258.33999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 84866.92 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 43373.37999999999 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 87844.05999999998 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 74330.07999999999 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 75850.87999999999 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 85330.84 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 75057.26 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 77988.68000000001 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 82460.55999999998 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 64557.719999999994 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 73657.55999999998 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 68543.87999999999 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 73684.79999999999 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 76618.52 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 89587.25999999997 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 46892.04000000001 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 80040.04 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 71205.75999999997 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 64050.46000000001 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 68851.33999999998 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 67813.59999999996 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 66234.63999999998 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 76837.56 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 50090.64 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 69173.8 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 82323.70000000001 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 48132.02000000001 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 71255.94 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 72845.98 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 71405.85999999997 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 93010.1 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 26660.16000000001 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 402.55999999999995 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 802.6800000000001 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 287.52 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 978.28 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 325.02000000000004 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 857.1600000000001 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 664.9200000000001 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 429.18 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 734.16 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1011.0000000000001 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 504.8 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 778.3199999999999 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 255.12 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 392.34000000000003 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 142.1 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 399.84 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 479.76000000000005 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 837.84 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 290.91999999999996 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 818.88 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 830.88 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 278.94 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 15024.800000000003 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 67461.01999999999 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 67385.48 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 92784.91999999998 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 37359.7 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 79309.81999999999 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 70306.30000000002 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 70069.86 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 34445.28 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 326.16 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 513.6800000000001 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 125.52 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 790.5600000000001 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 42824.05999999998 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 69030.25999999998 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 63297.24 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 61025.34000000001 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 65368.18 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 61838.43999999999 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 60779.23999999998 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 61243.95999999999 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 57417.959999999985 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 25648.699999999993 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 489.36 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 335.03999999999996 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 251.04 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 462.3 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 125.52 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 387.6 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 264.72 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 275.76 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 199.2 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 483.32000000000005 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 326.15999999999997 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 589.92 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 421.9200000000001 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 237.59999999999997 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 64.8 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 8743.880000000001 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 63921.15999999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 55628.08 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 56662.18 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 57405.979999999996 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 62962.919999999984 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 62617.61999999997 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 58968.41999999999 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 59955.759999999995 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 62314.53999999998 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 61297.979999999996 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 68822.9 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 64054.4 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 59390.22000000001 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 62466.020000000004 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 67864.68000000001 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 67325.73999999999 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 73944.67999999996 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 60924.199999999975 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 61875.65999999999 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 63176.67999999999 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 64084.24 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 43695.46 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 56072.14 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 51672.340000000004 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 62253.75999999999 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 54752.060000000005 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 58250.259999999995 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 58741.14 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 78102.09999999999 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 65688.57999999999 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 44189.64000000001 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 69101.98 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 62899.01999999998 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 51134.98 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 46960.14 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 50887.000000000015 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 52514.66000000001 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 54702.72 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 48474.95999999999 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 49798.98 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 51488.31999999998 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 53958.639999999985 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 56176.98000000001 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 54286.240000000005 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 38914.46 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 45642.29999999999 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 49551.8 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 47114.840000000004 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 47564.000000000015 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 46220.60000000001 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 55293.48 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 50136.899999999994 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 51128.420000000006 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 40571.98000000001 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 42362.01999999999 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 45484.9 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 44469.659999999996 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 43088.68 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 44744.63999999999 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 39943.49999999999 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 46674.9 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 46956.32 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 42869.32 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 45500.539999999986 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 35963.83999999999 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 7307.939999999999 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 20048.259999999995 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 40183.740000000005 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 43926.95999999999 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 34565.020000000004 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 42673.29999999999 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 42634.86 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 43484.62 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 43724.54000000001 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 38833.579999999994 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 35000.32000000001 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 41121.259999999995 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 36238.38 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 36415.479999999996 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 39893.95999999999 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 40405.759999999995 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 41372.78 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 37864.56 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 37842.12 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 41081.66 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 39846.28 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 29478.86 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 28312.879999999997 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 34393.59999999999 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 29609.06 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 34314.880000000005 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 31981.44 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 37738.7 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 3442.0399999999995 } ], "top_sellers_by_revenue": [ { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.479999132, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897886 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka", "total_sale_dollars": 3934905.9600000423, "total_bottles": 668462, "avg_price_per_100ml": 0.6691103393843727 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock PET Vodka", "total_sale_dollars": 2635248.830000021, "total_bottles": 521114, "avg_price_per_100ml": 0.6730428779327725 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka PET", "total_sale_dollars": 633076.8399999983, "total_bottles": 125114, "avg_price_per_100ml": 0.6746666666666666 } ], "most_expensive_products": [ { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka PET", "total_sale_dollars": 633076.8399999985, "total_bottles": 125114, "avg_price_per_100ml": 0.6746666666666666 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock PET Vodka", "total_sale_dollars": 2635248.8300000215, "total_bottles": 521114, "avg_price_per_100ml": 0.6730428779327727 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka", "total_sale_dollars": 3934905.960000043, "total_bottles": 668462, "avg_price_per_100ml": 0.6691103393843726 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.479999136, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897887 } ] } ] } ]
WITH __stage0 AS ( SELECT group_set, CASE WHEN group_set=0 THEN count(distinct iowa.vendor_number) END as vendor_count__0, CASE WHEN group_set=0 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__0, CASE WHEN group_set=0 THEN SUM(iowa.bottles_sold) END as total_bottles__0, CASE WHEN group_set=1 THEN DATE_TRUNC(iowa.date, WEEK) END as purchase_month__1, CASE WHEN group_set=1 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__1, CASE WHEN group_set=2 THEN CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END END as category_class__2, CASE WHEN group_set=2 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__2, CASE WHEN group_set=2 THEN count(distinct iowa.item_number) END as item_count__2, CASE WHEN group_set=3 THEN iowa.vendor_name END as vendor_name__3, CASE WHEN group_set=3 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__3, CASE WHEN group_set=3 THEN SUM(iowa.bottles_sold) END as total_bottles__3, CASE WHEN group_set=4 THEN iowa.vendor_name END as vendor_name__4, CASE WHEN group_set=4 THEN iowa.item_description END as item_description__4, CASE WHEN group_set=4 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__4, CASE WHEN group_set=4 THEN SUM(iowa.bottles_sold) END as total_bottles__4, CASE WHEN group_set=4 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__4, CASE WHEN group_set=5 THEN iowa.vendor_name END as vendor_name__5, CASE WHEN group_set=5 THEN iowa.item_description END as item_description__5, CASE WHEN group_set=5 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__5, CASE WHEN group_set=5 THEN SUM(iowa.bottles_sold) END as total_bottles__5, CASE WHEN group_set=5 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__5, CASE WHEN group_set IN (6,7,8,9) THEN iowa.vendor_name END as vendor_name__6, CASE WHEN group_set=6 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__6, CASE WHEN group_set=7 THEN DATE_TRUNC(iowa.date, WEEK) END as purchase_month__7, CASE WHEN group_set=7 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__7, CASE WHEN group_set=8 THEN iowa.vendor_name END as vendor_name__8, CASE WHEN group_set=8 THEN iowa.item_description END as item_description__8, CASE WHEN group_set=8 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__8, CASE WHEN group_set=8 THEN SUM(iowa.bottles_sold) END as total_bottles__8, CASE WHEN group_set=8 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__8, CASE WHEN group_set=9 THEN iowa.vendor_name END as vendor_name__9, CASE WHEN group_set=9 THEN iowa.item_description END as item_description__9, CASE WHEN group_set=9 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__9, CASE WHEN group_set=9 THEN SUM(iowa.bottles_sold) END as total_bottles__9, CASE WHEN group_set=9 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__9 FROM `malloy-data.iowa_liquor_sales.sales_deduped` as iowa CROSS JOIN (SELECT row_number() OVER() -1 group_set FROM UNNEST(GENERATE_ARRAY(0,9,1))) WHERE (CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS') AND (CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS') AND ((group_set NOT IN (1) OR (group_set IN (1) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (2) OR (group_set IN (2) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (3) OR (group_set IN (3) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (4) OR (group_set IN (4) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (5) OR (group_set IN (5) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (7) OR (group_set IN (7) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (8) OR (group_set IN (8) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (9) OR (group_set IN (9) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) GROUP BY 1,5,7,10,13,14,18,19,23,25,27,28,32,33 ) , __stage1 AS ( SELECT CASE WHEN group_set=7 THEN 6 WHEN group_set=8 THEN 6 WHEN group_set=9 THEN 6 ELSE group_set END as group_set, ANY_VALUE(CASE WHEN group_set=0 THEN vendor_count__0 END) as vendor_count__0, ANY_VALUE(CASE WHEN group_set=0 THEN total_sale_dollars__0 END) as total_sale_dollars__0, ANY_VALUE(CASE WHEN group_set=0 THEN total_bottles__0 END) as total_bottles__0, CASE WHEN group_set=1 THEN purchase_month__1 END as purchase_month__1, ANY_VALUE(CASE WHEN group_set=1 THEN total_sale_dollars__1 END) as total_sale_dollars__1, CASE WHEN group_set=2 THEN category_class__2 END as category_class__2, ANY_VALUE(CASE WHEN group_set=2 THEN total_sale_dollars__2 END) as total_sale_dollars__2, ANY_VALUE(CASE WHEN group_set=2 THEN item_count__2 END) as item_count__2, CASE WHEN group_set=3 THEN vendor_name__3 END as vendor_name__3, ANY_VALUE(CASE WHEN group_set=3 THEN total_sale_dollars__3 END) as total_sale_dollars__3, ANY_VALUE(CASE WHEN group_set=3 THEN total_bottles__3 END) as total_bottles__3, CASE WHEN group_set=4 THEN vendor_name__4 END as vendor_name__4, CASE WHEN group_set=4 THEN item_description__4 END as item_description__4, ANY_VALUE(CASE WHEN group_set=4 THEN total_sale_dollars__4 END) as total_sale_dollars__4, ANY_VALUE(CASE WHEN group_set=4 THEN total_bottles__4 END) as total_bottles__4, ANY_VALUE(CASE WHEN group_set=4 THEN avg_price_per_100ml__4 END) as avg_price_per_100ml__4, CASE WHEN group_set=5 THEN vendor_name__5 END as vendor_name__5, CASE WHEN group_set=5 THEN item_description__5 END as item_description__5, ANY_VALUE(CASE WHEN group_set=5 THEN total_sale_dollars__5 END) as total_sale_dollars__5, ANY_VALUE(CASE WHEN group_set=5 THEN total_bottles__5 END) as total_bottles__5, ANY_VALUE(CASE WHEN group_set=5 THEN avg_price_per_100ml__5 END) as avg_price_per_100ml__5, CASE WHEN group_set IN (6,7,8,9) THEN vendor_name__6 END as vendor_name__6, ANY_VALUE(CASE WHEN group_set=6 THEN total_sale_dollars__6 END) as total_sale_dollars__6, ARRAY_AGG(CASE WHEN group_set=7 THEN STRUCT( purchase_month__7 as purchase_month, total_sale_dollars__7 as total_sale_dollars ) END IGNORE NULLS ORDER BY purchase_month__7 ASC ) as by_month__6, ARRAY_AGG(CASE WHEN group_set=8 THEN STRUCT( vendor_name__8 as vendor_name, item_description__8 as item_description, total_sale_dollars__8 as total_sale_dollars, total_bottles__8 as total_bottles, avg_price_per_100ml__8 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY total_sale_dollars__8 desc LIMIT 5) as top_sellers_by_revenue__6, ARRAY_AGG(CASE WHEN group_set=9 THEN STRUCT( vendor_name__9 as vendor_name, item_description__9 as item_description, total_sale_dollars__9 as total_sale_dollars, total_bottles__9 as total_bottles, avg_price_per_100ml__9 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY avg_price_per_100ml__9 desc LIMIT 10) as most_expensive_products__6 FROM __stage0 GROUP BY 1,5,7,10,13,14,18,19,23 ) SELECT ANY_VALUE(CASE WHEN group_set=0 THEN vendor_count__0 END) as vendor_count, ANY_VALUE(CASE WHEN group_set=0 THEN total_sale_dollars__0 END) as total_sale_dollars, ANY_VALUE(CASE WHEN group_set=0 THEN total_bottles__0 END) as total_bottles, ARRAY_AGG(CASE WHEN group_set=1 THEN STRUCT( purchase_month__1 as purchase_month, total_sale_dollars__1 as total_sale_dollars ) END IGNORE NULLS ORDER BY purchase_month__1 ASC ) as by_month, ARRAY_AGG(CASE WHEN group_set=2 THEN STRUCT( category_class__2 as category_class, total_sale_dollars__2 as total_sale_dollars, item_count__2 as item_count ) END IGNORE NULLS ORDER BY total_sale_dollars__2 desc LIMIT 10) as by_class, ARRAY_AGG(CASE WHEN group_set=3 THEN STRUCT( vendor_name__3 as vendor_name, total_sale_dollars__3 as total_sale_dollars, total_bottles__3 as total_bottles ) END IGNORE NULLS ORDER BY total_sale_dollars__3 desc LIMIT 10) as by_vendor_bar_chart, ARRAY_AGG(CASE WHEN group_set=4 THEN STRUCT( vendor_name__4 as vendor_name, item_description__4 as item_description, total_sale_dollars__4 as total_sale_dollars, total_bottles__4 as total_bottles, avg_price_per_100ml__4 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY total_sale_dollars__4 desc LIMIT 5) as top_sellers_by_revenue, ARRAY_AGG(CASE WHEN group_set=5 THEN STRUCT( vendor_name__5 as vendor_name, item_description__5 as item_description, total_sale_dollars__5 as total_sale_dollars, total_bottles__5 as total_bottles, avg_price_per_100ml__5 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY avg_price_per_100ml__5 desc LIMIT 10) as most_expensive_products, ARRAY_AGG(CASE WHEN group_set=6 THEN STRUCT( vendor_name__6 as vendor_name, total_sale_dollars__6 as total_sale_dollars, by_month__6 as by_month, top_sellers_by_revenue__6 as top_sellers_by_revenue, most_expensive_products__6 as most_expensive_products ) END IGNORE NULLS ORDER BY total_sale_dollars__6 desc LIMIT 10) as by_vendor_dashboard FROM __stage1 ORDER BY 1 desc